python3-alabaster: marked unmaintained

This commit is contained in:
Tim Biermann 2023-08-13 09:23:23 +02:00
parent 15dddfecab
commit 632545ff7c
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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
}