summaryrefslogtreecommitdiff
path: root/vdirsyncer
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2019-11-02 23:49:42 +0100
committerTim Biermann <tbier@posteo.de>2019-11-02 23:49:42 +0100
commit51910c900856508dbbf45eb6125eaba63da51515 (patch)
tree5aa55ced36ddfb6aed3e25c2b6e77136cb39f461 /vdirsyncer
parent32426e8bc5b8f44322e9cf05b7bba3f195387dad (diff)
downloadcontrib-51910c900856508dbbf45eb6125eaba63da51515.tar.gz
contrib-51910c900856508dbbf45eb6125eaba63da51515.tar.xz
vdirsyncer: delete unnecessary 'egg-info'-directory
Diffstat (limited to 'vdirsyncer')
-rw-r--r--vdirsyncer/.footprint7
-rw-r--r--vdirsyncer/.signature6
-rw-r--r--vdirsyncer/Pkgfile3
3 files changed, 6 insertions, 10 deletions
diff --git a/vdirsyncer/.footprint b/vdirsyncer/.footprint
index 3a322b3c0..da6f57687 100644
--- a/vdirsyncer/.footprint
+++ b/vdirsyncer/.footprint
@@ -4,13 +4,6 @@ drwxr-xr-x root/root usr/bin/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/python3.7/
drwxr-xr-x root/root usr/lib/python3.7/site-packages/
-drwxr-xr-x root/root usr/lib/python3.7/site-packages/vdirsyncer-0.16.7-py3.7.egg-info/
--rw-r--r-- root/root usr/lib/python3.7/site-packages/vdirsyncer-0.16.7-py3.7.egg-info/PKG-INFO
--rw-r--r-- root/root usr/lib/python3.7/site-packages/vdirsyncer-0.16.7-py3.7.egg-info/SOURCES.txt
--rw-r--r-- root/root usr/lib/python3.7/site-packages/vdirsyncer-0.16.7-py3.7.egg-info/dependency_links.txt
--rw-r--r-- root/root usr/lib/python3.7/site-packages/vdirsyncer-0.16.7-py3.7.egg-info/entry_points.txt
--rw-r--r-- root/root usr/lib/python3.7/site-packages/vdirsyncer-0.16.7-py3.7.egg-info/requires.txt
--rw-r--r-- root/root usr/lib/python3.7/site-packages/vdirsyncer-0.16.7-py3.7.egg-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.7/site-packages/vdirsyncer/
-rw-r--r-- root/root usr/lib/python3.7/site-packages/vdirsyncer/__init__.py
-rw-r--r-- root/root usr/lib/python3.7/site-packages/vdirsyncer/__main__.py
diff --git a/vdirsyncer/.signature b/vdirsyncer/.signature
index 9f0924478..c82b4fb49 100644
--- a/vdirsyncer/.signature
+++ b/vdirsyncer/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF31JPYxAppPc6D+vJlPKjDjcpBhNMSf6hbNE/02QC9XiP+TOKbZ6MuZI4ccsS+yVB/c3Xz55LykrIL8Oz+Ow2ngw=
-SHA256 (Pkgfile) = 65db9af480efd58fec0c8c7002cb1e51f006b585bb89c5654b36b8ee1590a226
-SHA256 (.footprint) = d8a94afff715590f1c20d7614db535f16c40106fdb3cfc07afed68ef34d6ebb4
+RWSagIOpLGJF31erdBUoMmHd3z9yu0JbQ3Mf9Xg1Dpwe1UfAdcbEIQc3pV03oq9pW8DJhZRPWHVLh6XtUhpbIYHiRAskqvSdLQA=
+SHA256 (Pkgfile) = 4a2f49cea42e3b19e1ccc77daf926da37c856abc3187aaaf91afe9c77d7b5754
+SHA256 (.footprint) = 8ac84297f78303c94e45753cdeb1e53488a57fd2a81af1f976e628b394941749
SHA256 (vdirsyncer-0.16.7.tar.gz) = 6c9bcfb9bcb01246c83ba6f8551cf54c58af3323210755485fc23bb7848512ef
diff --git a/vdirsyncer/Pkgfile b/vdirsyncer/Pkgfile
index 2e5098298..ae9355a57 100644
--- a/vdirsyncer/Pkgfile
+++ b/vdirsyncer/Pkgfile
@@ -16,4 +16,7 @@ build() {
--skip-build \
--optimize=1 \
--root=$PKG
+ pyv="$(python3 -V | awk '{ print $2 }')"
+ find $PKG/usr/lib/python${pyv::3}/site-packages/ -maxdepth 1 -type d \
+ -iname "vdirsyncer-$version-py${pyv::3}.egg-info" -exec rm -r '{}' \+
}

Generated by cgit