aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-flake8-quotes
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-07-20 12:40:10 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-07-20 14:50:55 -0300
commit410a10dae80502007e703eed6ac69e328ab24e4c (patch)
tree7a437a7ed35aa412f7d95a5b1fa2ff597f6b79ac /testing/py3-flake8-quotes
parenteabd8dff4c1e318b655a60cd471469d9bd132040 (diff)
downloadaports-410a10dae80502007e703eed6ac69e328ab24e4c.tar.bz2
aports-410a10dae80502007e703eed6ac69e328ab24e4c.tar.xz
testing/py3-flake8-quotes: rename from py-flake8-quotes
Diffstat (limited to 'testing/py3-flake8-quotes')
-rw-r--r--testing/py3-flake8-quotes/APKBUILD28
1 files changed, 28 insertions, 0 deletions
diff --git a/testing/py3-flake8-quotes/APKBUILD b/testing/py3-flake8-quotes/APKBUILD
new file mode 100644
index 0000000000..2c15eaa932
--- /dev/null
+++ b/testing/py3-flake8-quotes/APKBUILD
@@ -0,0 +1,28 @@
+# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
+# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
+pkgname=py-flake8-quotes
+_pkgname=flake8-quotes
+pkgver=0.8.1
+pkgrel=2
+pkgdesc="Extension for flake8 which lint for double quotes"
+url="http://github.com/zheller/flake8-quotes/"
+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="f04c699da47d41c1bf4cb532072d17b6 flake8-quotes-0.8.1.tar.gz"
+sha256sums="668ec2fb0fbf1574a95f49e393364f8a114c7180e5cedc7377c5f4b5257e00fb flake8-quotes-0.8.1.tar.gz"
+sha512sums="f90182798817b88bbf72d7966498e5d2b37e0b2d6ec1e2cecdee69bae8ce582507cd7e3c82a1a9589dfd0bfa9976781280f6c1d51ebc1232a31d6e9a5c34b5e9 flake8-quotes-0.8.1.tar.gz"