ports/contrib (3.5): [notify] python-html5lib: 1.0b10 -> 1.0.1 renamed from html5lib-python
commit 7156a33b6a85b3b7f3469dbcd1f19941c14eda47 Author: Danny Rawlins <monster.romster@gmail.com> Date: Wed Aug 8 00:20:30 2018 +1000 [notify] python-html5lib: 1.0b10 -> 1.0.1 renamed from html5lib-python diff --git a/html5lib-python/.md5sum b/html5lib-python/.md5sum deleted file mode 100644 index bb218b97..00000000 --- a/html5lib-python/.md5sum +++ /dev/null @@ -1 +0,0 @@ -4658c3065d7d84dc321410ca1f721502 1.0b10.tar.gz diff --git a/html5lib-python/.signature b/html5lib-python/.signature deleted file mode 100644 index 462c807c..00000000 --- a/html5lib-python/.signature +++ /dev/null @@ -1,5 +0,0 @@ -untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3wtcJ+9AgCM3bFYk6zLFIRzoA3Bt+u5NXKiuY9mB6ht4g5nS04QfQbOyUaUCbOrAloTYXO+at0hf/aFJjAjnagw= -SHA256 (Pkgfile) = e602c463e6a5cc58b3372ff6e6036ecd5451c673033d394c436762678537f9aa -SHA256 (.footprint) = cd7bff022b10ef1e5b7e3b0ebb8ff75b03a8f38b744f50fa80616ddde7854c8e -SHA256 (1.0b10.tar.gz) = 192337c31b8a5112ca2fe2f408a7bac5ec7a351523d59663953e741c96df31c4 diff --git a/html5lib-python/.footprint b/python-html5lib/.footprint similarity index 98% rename from html5lib-python/.footprint rename to python-html5lib/.footprint index 9b018c7b..572b7575 100644 --- a/html5lib-python/.footprint +++ b/python-html5lib/.footprint @@ -2,12 +2,12 @@ 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/html5lib-1.0b10-py2.7.egg-info/ --rw-r--r-- root/root usr/lib/python2.7/site-packages/html5lib-1.0b10-py2.7.egg-info/PKG-INFO --rw-r--r-- root/root usr/lib/python2.7/site-packages/html5lib-1.0b10-py2.7.egg-info/SOURCES.txt --rw-r--r-- root/root usr/lib/python2.7/site-packages/html5lib-1.0b10-py2.7.egg-info/dependency_links.txt --rw-r--r-- root/root usr/lib/python2.7/site-packages/html5lib-1.0b10-py2.7.egg-info/requires.txt --rw-r--r-- root/root usr/lib/python2.7/site-packages/html5lib-1.0b10-py2.7.egg-info/top_level.txt +drwxr-xr-x root/root usr/lib/python2.7/site-packages/html5lib-1.0.1-py2.7.egg-info/ +-rw-r--r-- root/root usr/lib/python2.7/site-packages/html5lib-1.0.1-py2.7.egg-info/PKG-INFO +-rw-r--r-- root/root usr/lib/python2.7/site-packages/html5lib-1.0.1-py2.7.egg-info/SOURCES.txt +-rw-r--r-- root/root usr/lib/python2.7/site-packages/html5lib-1.0.1-py2.7.egg-info/dependency_links.txt +-rw-r--r-- root/root usr/lib/python2.7/site-packages/html5lib-1.0.1-py2.7.egg-info/requires.txt +-rw-r--r-- root/root usr/lib/python2.7/site-packages/html5lib-1.0.1-py2.7.egg-info/top_level.txt drwxr-xr-x root/root usr/lib/python2.7/site-packages/html5lib/ -rw-r--r-- root/root usr/lib/python2.7/site-packages/html5lib/__init__.py -rw-r--r-- root/root usr/lib/python2.7/site-packages/html5lib/__init__.pyc diff --git a/python-html5lib/.signature b/python-html5lib/.signature new file mode 100644 index 00000000..cdeddca7 --- /dev/null +++ b/python-html5lib/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF3yB+0kcDa4WM2BMWq1399C5OvYJMsDXWsHKaOnq2BEXfhMDBj287nO8fslA6uKs4XjFAAcnT6Wu0apUzXpXzcQ0= +SHA256 (Pkgfile) = 21d08899c73aae053914a70a01c634564f9d1e6a563afc851169f00f48fcf50c +SHA256 (.footprint) = f82a0e586649806d1503d439f1b895f443c6172844a9d8ae54626a5bbbfdcc54 +SHA256 (html5lib-python-1.0.1.tar.gz) = fabbebd6a55d07842087f13849076eeed350aa8bb6c9ec840f6a6aba9388db06 diff --git a/html5lib-python/Pkgfile b/python-html5lib/Pkgfile similarity index 64% rename from html5lib-python/Pkgfile rename to python-html5lib/Pkgfile index aed2612b..023fe3b8 100644 --- a/html5lib-python/Pkgfile +++ b/python-html5lib/Pkgfile @@ -3,13 +3,16 @@ # Maintainer: Danny Rawlins, crux at romster dot me # Depends on: python-setuptools -name=html5lib-python -version=1.0b10 +name=python-html5lib +version=1.0.1 release=1 -source=(https://github.com/html5lib/html5lib-python/archive/$version.tar.gz) +source=(https://github.com/html5lib/html5lib-python/archive/$version/html5lib-python...) build() { - cd $name-$version + cd html5lib-python-$version + /usr/bin/python setup.py build - /usr/bin/python setup.py install --prefix=/usr --root=$PKG --optimize=1 + + /usr/bin/python setup.py install \ + --prefix=/usr --root=$PKG --optimize=1 }
participants (1)
-
crux@crux.nu