aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-07-20 13:25:59 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-07-20 14:50:56 -0300
commitbc7832f0fdc44d2f57493ff813b77eccbbb01492 (patch)
treef8de1cbe78f80da73ad665cf7cc3160f571b96b0
parentddd7a263b899f38ae50f73b4a5922cb8c53d5069 (diff)
downloadaports-bc7832f0fdc44d2f57493ff813b77eccbbb01492.tar.bz2
aports-bc7832f0fdc44d2f57493ff813b77eccbbb01492.tar.xz
testing/py-flake8-docstrings: remove
- Depends on unpackaged py3-flake8-polyfill
-rw-r--r--testing/py-flake8-docstrings/APKBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/testing/py-flake8-docstrings/APKBUILD b/testing/py-flake8-docstrings/APKBUILD
deleted file mode 100644
index 3c91a27633..0000000000
--- a/testing/py-flake8-docstrings/APKBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
-# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
-pkgname=py-flake8-docstrings
-_pkgname=flake8-docstrings
-pkgver=1.0.2
-pkgrel=2
-pkgdesc="Extension for flake8 which uses pep257 to check docstrings"
-url="https://bitbucket.org/icordasc/flake8-docstrings"
-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="09f3d6fd3aac13cd3a750af89ee88800 flake8-docstrings-1.0.2.tar.gz"
-sha256sums="65860ba7ccbe29b339eae985d6a4f794b074f66c7bd9f858d78838e263a54596 flake8-docstrings-1.0.2.tar.gz"
-sha512sums="dfd55f71f34013edcc24f87a15833c7c11fad60c0063201b74dce7c5be7f503ed9d7dc6316d5a42666ba74236555c3498c723b0c4e8e02b922db736a39b7dfc3 flake8-docstrings-1.0.2.tar.gz"