From 632545ff7c61a895d706c506b1e0aa1280dda597 Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Sun, 13 Aug 2023 09:23:23 +0200 Subject: [PATCH] python3-alabaster: marked unmaintained --- python3-alabaster/.signature | 4 ++-- python3-alabaster/Pkgfile | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/python3-alabaster/.signature b/python3-alabaster/.signature index 712f735ba..595046722 100644 --- a/python3-alabaster/.signature +++ b/python3-alabaster/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF32wwPAHYHXJNofJ8vY2gT58UGx7iErwph5kf5Tk71g2wOSOCNPeS5N6iqdBXecS0dbjasXVePtDEV6QlBtvGag0= -SHA256 (Pkgfile) = 4752b77c93b17705ad1e78bc3203c4345a2306b6fa6d84edb6f8f08467ce3bb2 +RWSagIOpLGJF33UvjWJlhU05sHaYuZKG23e+RE41ItTOyh5fip5RX6qUsovu0Yuco6PrEYZstiylRL/g8NPH4TvNXG1DK5gWIQM= +SHA256 (Pkgfile) = 81f224abef5dfe5f2f97e150acce467a98bd595918fd69a9fa5580d41e38c4cb SHA256 (.footprint) = 3985f75bc7205969d64218de62311b87cc7ce6a688edac81c5e82d38cc0deb68 SHA256 (alabaster-0.7.13.tar.gz) = c5efad86e1bb8215d037e2890e62aa2bb5e4f13f6fa455be100413835b5bfe43 diff --git a/python3-alabaster/Pkgfile b/python3-alabaster/Pkgfile index e79038d67..77db0324c 100644 --- a/python3-alabaster/Pkgfile +++ b/python3-alabaster/Pkgfile @@ -1,6 +1,6 @@ # Description: Visually (c)lean, responsive, configurable theme for Sphinx. # URL: https://alabaster.readthedocs.io/ -# Maintainer: Danny Rawlins, crux at romster dot me +# Maintainer: unmaintained # Depends on: python3-setuptools name=python3-alabaster @@ -9,10 +9,10 @@ release=1 source=(https://github.com/bitprophet/${name#*-}/archive/$version/${name#*-}-$version.tar.gz) build() { - 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 - find $PKG -perm -g+w | xargs chmod g-w + find $PKG -perm -g+w | xargs chmod g-w }