[notify] genshi: 0.7.3 -> 0.7.4; python2 -> python3

This commit is contained in:
Tim Biermann 2020-11-10 08:11:42 +00:00
parent 2cbd527df8
commit 8696857db4
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 9 additions and 8 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3+Pra34U0JZTaSMgmf3IR9l7VOZbHNYIYu/j3CGrVWZBqrpZqf4ZUtwagP3Vv1/DYgHGCSmftnxnQHrVJMcL7gE=
SHA256 (Pkgfile) = 752dc228c8758dc63b602cfbd3c44d948fa6f63a73f4b9e2c97401cc678026dd
RWSagIOpLGJF39FtVRiowK9aikKrTxuS5sB/NyMBn093pzCPztHQeal208xykE+JxM9ZxJ1ZZqfrVBch9geqAwHRi/DG8NDacQ4=
SHA256 (Pkgfile) = 492691ff644186a1388e2d0267f2b77e2808a87694936937b06f5b256dfc862c
SHA256 (.footprint) = 77f823e3fde15f711247ac85c687cdd262277d3f916c181405ad5d4843f19252
SHA256 (genshi-0.7.3.tar.gz) = 6b6992618069d9535ec5ee42087ab04846e6df9bba8283157843ceb516ca85b5
SHA256 (genshi-0.7.4.tar.gz) = 864d7dc47635950809639b13ad5d604984702fca335565636284cc6af478f454

View File

@ -1,14 +1,15 @@
# Description: Python toolkit for generation of output for the web
# URL: http://genshi.edgewall.org
# Description: Python toolkit for generation of output for the web
# URL: http://genshi.edgewall.org
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: python-setuptools
# Depends on: python3-setuptools
name=genshi
version=0.7.3
version=0.7.4
release=1
source=(https://github.com/edgewall/genshi/archive/$version/$name-$version.tar.gz)
build() {
cd $name-$version
/usr/bin/python setup.py install --prefix=/usr --root=$PKG
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --prefix=/usr --root=$PKG --skip-build
}