aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-setuptools-pep8
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-09-07 22:53:36 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-09-07 22:53:36 -0300
commit07f0fdef22761fb4db8be1bb3fbb9544bac4deef (patch)
treeec877ee2fc5c295ad447af994f27ba44a3784fd2 /testing/py-setuptools-pep8
parent74d7702fea9e6b920f440fa8034edbdff3bbfcb3 (diff)
testing/py-setuptools-pep8: remove
- Replaced by pycodestyles
Diffstat (limited to 'testing/py-setuptools-pep8')
-rw-r--r--testing/py-setuptools-pep8/APKBUILD41
1 files changed, 0 insertions, 41 deletions
diff --git a/testing/py-setuptools-pep8/APKBUILD b/testing/py-setuptools-pep8/APKBUILD
deleted file mode 100644
index 14ddcbb9456..00000000000
--- a/testing/py-setuptools-pep8/APKBUILD
+++ /dev/null
@@ -1,41 +0,0 @@
-# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
-# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
-pkgname=py-setuptools-pep8
-_pkgname=setuptools-pep8
-pkgver=0.9.0
-pkgrel=0
-pkgdesc="Setuptools plugin for pep8"
-url="https://github.com/CraigJPerry/setuptools-pep8"
-arch="noarch"
-license="BSD"
-depends="python2 py-pep8"
-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="8d21d3dbee4e82652b15b1873e789e6c setuptools-pep8-0.9.0.tar.gz"
-sha256sums="f620cd7494015729249bda7260c9b94900d6e6ab27df46051fb144c32627080c setuptools-pep8-0.9.0.tar.gz"
-sha512sums="115a4160c8ce8afd23326aa0800adaa4f7627e10727dc1327dc6f24385532ce51bdfc55d2d1ffb3fc52b5e3f14a5cbdbdec52086097aa4b18b6e33d5370d7ecd setuptools-pep8-0.9.0.tar.gz"