From 85c2b2f81255fbde7e73d27755efd5ef18559bb5 Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Sun, 13 Aug 2023 09:19:15 +0200 Subject: [PATCH] python3-imagesize: marked unmaintained --- python3-imagesize/.signature | 4 ++-- python3-imagesize/Pkgfile | 14 ++++++-------- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/python3-imagesize/.signature b/python3-imagesize/.signature index 799cd4ae8..9eab4b7ef 100644 --- a/python3-imagesize/.signature +++ b/python3-imagesize/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3/QJNcQbjZbQSS6jKnTSWcHRV4Rkf1ReAMeqQHAvdPydnPhGQKiTfSj/6tZbKWHXsQgUrWzu2cvtwexphpcJtgI= -SHA256 (Pkgfile) = ad44c96938fe65a3710d156d78fb795bd5a1cbe0d78675e3c647c376368fa318 +RWSagIOpLGJF3ym1IcqywuoYu2EWyVRWSf383hYE5wFQ6JTO8bNJ1kG+IdEebml1UtL82MwRbvZ3gjrJBeF10zlTLMsYoCt9FgU= +SHA256 (Pkgfile) = 3e2e683b56bb2b161a6f8b6586e77f6f950bb42bf6979fc1b5b4967e784eec00 SHA256 (.footprint) = b12c1f95866d917181552915394a0016986f3cf158a2e104bfe5dd6ea425d156 SHA256 (imagesize-1.4.1.tar.gz) = 69150444affb9cb0d5cc5a92b3676f0b2fb7cd9ae39e947a5e11a36b4497cd4a diff --git a/python3-imagesize/Pkgfile b/python3-imagesize/Pkgfile index a958e82e7..afae7ac4e 100644 --- a/python3-imagesize/Pkgfile +++ b/python3-imagesize/Pkgfile @@ -1,20 +1,18 @@ # Description: Getting image size from png/jpeg/jpeg2000/gif file. # URL: https://github.com/shibukawa/imagesize_py/ -# Maintainer: Danny Rawlins, crux at romster dot me +# Maintainer: unmaintained # Depends on: python3-setuptools name=python3-imagesize version=1.4.1 release=1 -source=(#https://github.com/shibukawa/imagesize_py/archive/$version/${name#*-}-$version.tar.gz - https://files.pythonhosted.org/packages/source/i/imagesize/${name#*-}-$version.tar.gz) +source=(https://files.pythonhosted.org/packages/source/i/imagesize/${name#*-}-$version.tar.gz) build() { - #cd ${name#*-}_py-$version - cd ${name#*-}-$version + cd ${name#*-}-$version - /usr/bin/python3 setup.py build - /usr/bin/python3 setup.py install --prefix=/usr --root=$PKG --optimize=1 + /usr/bin/python3 setup.py build + /usr/bin/python3 setup.py install --prefix=/usr --root=$PKG --optimize=1 - chmod -R go-w,a+r,u+w $PKG + chmod -R go-w,a+r,u+w $PKG }