diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-07-20 12:47:37 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-07-20 14:50:56 -0300 |
commit | 94c9665f98d6f2779ac12aee3c332e872bff7c21 (patch) | |
tree | c93f1d34cfd58223980ec5c1037f6ba0c8e413bb /testing/py3-flake8-snippets | |
parent | 41b30216cae0f443647952e6c95e67dbd585a9fc (diff) | |
download | aports-94c9665f98d6f2779ac12aee3c332e872bff7c21.tar.bz2 aports-94c9665f98d6f2779ac12aee3c332e872bff7c21.tar.xz |
testing/py3-flake8-snippets: upgrade to 0.2
Diffstat (limited to 'testing/py3-flake8-snippets')
-rw-r--r-- | testing/py3-flake8-snippets/APKBUILD | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/testing/py3-flake8-snippets/APKBUILD b/testing/py3-flake8-snippets/APKBUILD index 8441ccc7b2..ff15a0f0b5 100644 --- a/testing/py3-flake8-snippets/APKBUILD +++ b/testing/py3-flake8-snippets/APKBUILD @@ -2,13 +2,13 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py3-flake8-snippets _pkgname=flake8-snippets -pkgver=0.1 -pkgrel=5 +pkgver=0.2 +pkgrel=0 pkgdesc="Extension for flake8 which lint for code snippets" url="https://github.com/bitmazk/flake8-snippets" arch="noarch" license="MIT" -depends="flake8" +depends="py3-flake8" makedepends="py3-setuptools" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir"/$_pkgname-$pkgver @@ -24,6 +24,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -md5sums="c1724b6d6442f8c91f92bad33741d687 flake8-snippets-0.1.tar.gz" -sha256sums="80fc92ea1ffa10b53c13fa8eb79dbe1993439cec777ea2737f9b2908c2c1e9e0 flake8-snippets-0.1.tar.gz" -sha512sums="5c08f96c2470381c59223e796ed9a76ff5bb2abeb6b85204b1af1ccfa0855b13f3629c3f8d83f931328de50fa6916e6c52b4816a83e65e88deefc815c46ea30a flake8-snippets-0.1.tar.gz" +sha512sums="b7a3a335770912da9c162cb002550c299034e08c40b9b64d352b048650d1fe772508b1a226b873e65b8f6fea856fd2a2099e6bb84bc1e121730d19d32eae5e21 flake8-snippets-0.2.tar.gz" |