ports/opt (3.6): tevent: footprint fix for python 3.9
commit 5f4067656950e6fd459c4ac3dc1b3a1cb21e2d5a Author: Juergen Daubert <jue@jue.li> Date: Fri Sep 4 11:43:55 2020 +0000 tevent: footprint fix for python 3.9 diff --git a/tevent/.footprint b/tevent/.footprint index f0bed6c8c..392125bfb 100644 --- a/tevent/.footprint +++ b/tevent/.footprint @@ -7,7 +7,7 @@ lrwxrwxrwx root/root usr/lib/libtevent.so.0 -> libtevent.so.0.10.2 -rwxr-xr-x root/root usr/lib/libtevent.so.0.10.2 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/tevent.pc -drwxr-xr-x root/root usr/lib/python3.8/ -drwxr-xr-x root/root usr/lib/python3.8/site-packages/ --rwxr-xr-x root/root usr/lib/python3.8/site-packages/_tevent.cpython-38-x86_64-linux-gnu.so --rw-r--r-- root/root usr/lib/python3.8/site-packages/tevent.py +drwxr-xr-x root/root usr/lib/python3.9/ +drwxr-xr-x root/root usr/lib/python3.9/site-packages/ +-rwxr-xr-x root/root usr/lib/python3.9/site-packages/_tevent.cpython-39-x86_64-linux-gnu.so +-rw-r--r-- root/root usr/lib/python3.9/site-packages/tevent.py diff --git a/tevent/.signature b/tevent/.signature index e1102212b..f436ed93e 100644 --- a/tevent/.signature +++ b/tevent/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/QPiluKGBS3J8UMg393RS1viuuM4TEzJdkb2fCjr+gF7T1xMCuIU5LECkJ1UpMpcX8mg0Aa6hqnC3Rge1xxeNgM= -SHA256 (Pkgfile) = 643d3427f113fdda708c9e7749548469d1accbc34f993169a168f9c5834dfe9d -SHA256 (.footprint) = 801e242554813a23ad61020c4177837b2dccb52892c85b006290594d9095257a +RWSE3ohX2g5d/SyRujggjFwn8KNBK8EK7zAizQstOm6cOGcrWJV6SNk7JEd/lGefwC8CV8ZAVXp8UeMwT5PcqWOavyrN4f5SswA= +SHA256 (Pkgfile) = fb0743c75c01e713c95f9ef096445f52f8f1adf9ee1c9b294972bf11a8a993de +SHA256 (.footprint) = 697f33c219e40ede9caaeb82749057bbcbc9425b20ab3827db4b7ca9991a348b SHA256 (tevent-0.10.2.tar.gz) = f8427822e5b2878fb8b28d6f50d96848734f3f3130612fb574fdd2d2148a6696 diff --git a/tevent/Pkgfile b/tevent/Pkgfile index b5a7e1182..a5a149b8e 100644 --- a/tevent/Pkgfile +++ b/tevent/Pkgfile @@ -5,7 +5,7 @@ name=tevent version=0.10.2 -release=1 +release=2 source=(https://www.samba.org/ftp/$name/$name-$version.tar.gz) build() {
participants (1)
-
crux@crux.nu