diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2020-01-21 08:03:07 +0100 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-21 08:03:07 +0100 |
| commit | 60d3a8c2f22bece47653ed2acb9691fde55a20df (patch) | |
| tree | 345e783f5429c28b5e839f40ec1b380d4e29dca8 /testing | |
| parent | 25661f39b56c3b681f84ad4fae5a344f64733545 (diff) | |
| download | aports-60d3a8c2f22bece47653ed2acb9691fde55a20df.tar.bz2 aports-60d3a8c2f22bece47653ed2acb9691fde55a20df.tar.xz | |
main/py3-mimeparse: move from testing
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/py3-mimeparse/APKBUILD | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/testing/py3-mimeparse/APKBUILD b/testing/py3-mimeparse/APKBUILD deleted file mode 100644 index 4f2e436f70..0000000000 --- a/testing/py3-mimeparse/APKBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# Contributor: Leo <thinkabit.ukim@gmail.com> -# Maintainer: -pkgname=py3-mimeparse -_pkgname=python-mimeparse -pkgver=1.6.0 -pkgrel=2 -pkgdesc="Basic functions for parsing mime-types and matching media-ranges" -url="https://github.com/dbtsai/python-mimeparse" -arch="noarch" -license="MIT" -makedepends="py3-setuptools" -source="$pkgname-$pkgver.tar.gz::https://github.com/dbtsai/python-mimeparse/archive/$pkgver.tar.gz" -builddir="$srcdir/$_pkgname-$pkgver" - -replaces="py-mimeparse" # Backwards compatibility -provides="py-mimeparse=$pkgver-r$pkgrel" # Backwards compatibility - -build() { - python3 setup.py build -} - -check() { - python3 mimeparse_test.py -} - -package() { - python3 setup.py install --prefix=/usr --root="$pkgdir" -} - -sha512sums="31752e6019be3a766fa429d27eab071bb77e1c812e6a241d8b84838eda206549877fb3369200338a603d4d93fbbbaaa16f6cf47391aeac65675fd271a5f39259 py3-mimeparse-1.6.0.tar.gz" |
