1
0
forked from ports/contrib

genshi: 0.7 -> 0.7.3

This commit is contained in:
Danny Rawlins 2020-02-07 23:23:03 +11:00
parent 74ccc49464
commit 95243432ba
3 changed files with 15 additions and 16 deletions

View File

@ -2,13 +2,13 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/python2.7/
drwxr-xr-x root/root usr/lib/python2.7/site-packages/
drwxr-xr-x root/root usr/lib/python2.7/site-packages/Genshi-0.7-py2.7.egg-info/
-rw-rw-r-- root/root usr/lib/python2.7/site-packages/Genshi-0.7-py2.7.egg-info/PKG-INFO
-rw-rw-r-- root/root usr/lib/python2.7/site-packages/Genshi-0.7-py2.7.egg-info/SOURCES.txt
-rw-rw-r-- root/root usr/lib/python2.7/site-packages/Genshi-0.7-py2.7.egg-info/dependency_links.txt
-rw-rw-r-- root/root usr/lib/python2.7/site-packages/Genshi-0.7-py2.7.egg-info/entry_points.txt
-rw-rw-r-- root/root usr/lib/python2.7/site-packages/Genshi-0.7-py2.7.egg-info/requires.txt
-rw-rw-r-- root/root usr/lib/python2.7/site-packages/Genshi-0.7-py2.7.egg-info/top_level.txt
drwxr-xr-x root/root usr/lib/python2.7/site-packages/Genshi-0.7.3-py2.7.egg-info/
-rw-r--r-- root/root usr/lib/python2.7/site-packages/Genshi-0.7.3-py2.7.egg-info/PKG-INFO
-rw-r--r-- root/root usr/lib/python2.7/site-packages/Genshi-0.7.3-py2.7.egg-info/SOURCES.txt
-rw-r--r-- root/root usr/lib/python2.7/site-packages/Genshi-0.7.3-py2.7.egg-info/dependency_links.txt
-rw-r--r-- root/root usr/lib/python2.7/site-packages/Genshi-0.7.3-py2.7.egg-info/entry_points.txt
-rw-r--r-- root/root usr/lib/python2.7/site-packages/Genshi-0.7.3-py2.7.egg-info/requires.txt
-rw-r--r-- root/root usr/lib/python2.7/site-packages/Genshi-0.7.3-py2.7.egg-info/top_level.txt
drwxr-xr-x root/root usr/lib/python2.7/site-packages/genshi/
-rw-r--r-- root/root usr/lib/python2.7/site-packages/genshi/__init__.py
-rw-r--r-- root/root usr/lib/python2.7/site-packages/genshi/__init__.pyc

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3yaqTj+D7SnncVpXebqkBzDD0JO0ofENKNupzJQNl997duejwCTi2yLkK1y0E0UeALe3VfaaqK0nGVTVkfRxCAY=
SHA256 (Pkgfile) = 621af85ffaffcf1834762b1811b54331b36901c999aaaa30421d2e69ee8fb896
SHA256 (.footprint) = 35d6fdd8139d7e86ae2d2d46f0dbf7c733dcb49626e2b73e710acfa762c1ea34
SHA256 (Genshi-0.7.tar.gz) = 1d154402e68bc444a55bcac101f96cb4e59373100cc7a2da07fbf3e5cc5d7352
RWSagIOpLGJF3+Pra34U0JZTaSMgmf3IR9l7VOZbHNYIYu/j3CGrVWZBqrpZqf4ZUtwagP3Vv1/DYgHGCSmftnxnQHrVJMcL7gE=
SHA256 (Pkgfile) = 752dc228c8758dc63b602cfbd3c44d948fa6f63a73f4b9e2c97401cc678026dd
SHA256 (.footprint) = 77f823e3fde15f711247ac85c687cdd262277d3f916c181405ad5d4843f19252
SHA256 (genshi-0.7.3.tar.gz) = 6b6992618069d9535ec5ee42087ab04846e6df9bba8283157843ceb516ca85b5

View File

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