diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2019-09-07 10:56:00 -0300 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-07 10:56:00 -0300 |
| commit | ca595ac4d46fc7b26e9611e9015b394857b07a77 (patch) | |
| tree | 1182c8737d9e02b641dce12bf4d0165b2bebcc18 /testing/py-html2data | |
| parent | 3f67b6aa79c946385dd9e5351f7fa0a9ca149a8e (diff) | |
| download | aports-ca595ac4d46fc7b26e9611e9015b394857b07a77.tar.bz2 aports-ca595ac4d46fc7b26e9611e9015b394857b07a77.tar.xz | |
testing/py-html2data: drop
- Python2 only
- Last commit 8 years ago
Diffstat (limited to 'testing/py-html2data')
| -rw-r--r-- | testing/py-html2data/APKBUILD | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/testing/py-html2data/APKBUILD b/testing/py-html2data/APKBUILD deleted file mode 100644 index 0bdeeb2359..0000000000 --- a/testing/py-html2data/APKBUILD +++ /dev/null @@ -1,41 +0,0 @@ -# Contributor: Fabian Affolter <fabian@affolter-engineering.ch> -# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> -pkgname=py-html2data -_pkgname=html2data -pkgver=0.4.3 -pkgrel=0 -pkgdesc="A Python transformer for HTML file or URL to structured data" -url="https://github.com/dperezrada/html2data" -arch="noarch" -license="BSD" -depends="python2 py-lxml py-httplib2" -depends_dev="" -makedepends="python2-dev py-setuptools" -install="" -subpackages="" -source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" - -_builddir="$srcdir"/$_pkgname-$pkgver -prepare() { - local i - cd "$_builddir" - for i in $source; do - case $i in - *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; - esac - done -} - -build() { - cd "$_builddir" - python2 setup.py build || return 1 -} - -package() { - cd "$_builddir" - python2 setup.py install --prefix=/usr --root="$pkgdir" || return 1 -} - -md5sums="a3710a11125fc0ce353f44e28178e9cb html2data-0.4.3.tar.gz" -sha256sums="0c3335cadb1ac350c3a6dae571a96b45289c7dceb8de95dbe24ca9fa49199628 html2data-0.4.3.tar.gz" -sha512sums="b001ddc229735934283e173ad3b55335d02b12524a4a7487ee505ad09a9b8d23d9c960f3e4324df1b1082fa9b18f007571a79ef3d28e7170013435f1689e567c html2data-0.4.3.tar.gz" |
