diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-07-20 13:31:08 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-07-20 14:50:56 -0300 |
commit | 7ad5cbdd4295183d32adc79581c727961a45368c (patch) | |
tree | 18adee9e01c9e7758e450debc9b1829c5eccb4cf | |
parent | 6cd96bd654fa3cee31e9289d151ff88ea1541d41 (diff) | |
download | aports-7ad5cbdd4295183d32adc79581c727961a45368c.tar.bz2 aports-7ad5cbdd4295183d32adc79581c727961a45368c.tar.xz |
testing/py-flake8-class: remove
- No development since 2016
-rw-r--r-- | testing/py-flake8-class/APKBUILD | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/testing/py-flake8-class/APKBUILD b/testing/py-flake8-class/APKBUILD deleted file mode 100644 index 8ebd9b1f98..0000000000 --- a/testing/py-flake8-class/APKBUILD +++ /dev/null @@ -1,26 +0,0 @@ -# Contributor: Fabian Affolter <fabian@affolter-engineering.ch> -# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> -pkgname=py-flake8-class -_pkgname=flake8-class -pkgver=0.0.6 -pkgrel=2 -pkgdesc="Extension for flake8 lint of class declations" -url="https://github.com/hellysmile/flake8-class" -arch="noarch" -license="MIT" -depends="flake8" -makedepends="python3-dev" -source="$_pkgname-$pkgver.tar.gz::https://github.com/hellysmile/$_pkgname/archive/$pkgver.tar.gz" -builddir="$srcdir"/$_pkgname-$pkgver - -build() { - cd "$builddir" - python3 setup.py build || return 1 -} - -package() { - cd "$builddir" - python3 setup.py install --prefix=/usr --root="$pkgdir" || return 1 -} - -sha512sums="598a7a29500ec85fa9eb81b378d1271d888508246ba63cac6df8473922c009c5d6fb514884b9c57686652e90eedede3c41f16b291737b9b5cf6b21a42cba2356 flake8-class-0.0.6.tar.gz" |