aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-07-20 12:51:03 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-07-20 14:50:56 -0300
commit053c076ccc26ee8d976e293e82e31787a3330e2f (patch)
treea4198d871e2845483c4225e036e7d9a3d6824ff2 /testing
parent94c9665f98d6f2779ac12aee3c332e872bff7c21 (diff)
downloadaports-053c076ccc26ee8d976e293e82e31787a3330e2f.tar.bz2
aports-053c076ccc26ee8d976e293e82e31787a3330e2f.tar.xz
testing/py-flake8-author: remove
- Last version has broken tests
Diffstat (limited to 'testing')
-rw-r--r--testing/py-flake8-author/APKBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/testing/py-flake8-author/APKBUILD b/testing/py-flake8-author/APKBUILD
deleted file mode 100644
index 7bc52da36c..0000000000
--- a/testing/py-flake8-author/APKBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
-# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
-pkgname=py-flake8-author
-_pkgname=flake8-author
-pkgver=1.1.1
-pkgrel=1
-pkgdesc="Extension for flake8 to check author's entries"
-url="https://github.com/jparise/flake8-author"
-arch="noarch"
-license="MIT"
-depends="flake8"
-makedepends="python3-dev"
-source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$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
-}
-
-md5sums="64f73e17764bf9f8c43901444f220eb3 flake8-author-1.1.1.tar.gz"
-sha256sums="52a1a9bc9caa15bc9b8675c4b93e3effa67ac1ee4f0cc64f11e7df892fb96912 flake8-author-1.1.1.tar.gz"
-sha512sums="9c789c22b9715639e3608752b17573b64bce6fd8ceac65533571849f151271874950f3297b7ffbc3665c2ab3a3784395fc5abf79b4cd24e817fea0ec1f7448a4 flake8-author-1.1.1.tar.gz"