diff options
author | Cédric Krier <cedk@gentoo.org> | 2018-10-27 09:42:38 +0200 |
---|---|---|
committer | Cédric Krier <cedk@gentoo.org> | 2018-10-27 09:43:01 +0200 |
commit | d0cb204949a13436c5adce86e29d7d658849010c (patch) | |
tree | cb98a5dc91f6cc786ef70dc5f6a6a6599ce129ae /dev-python/python-stdnum | |
parent | dev-libs/libgit2: Sec + bugfix bump to 0.27.7 (diff) | |
download | gentoo-d0cb204949a13436c5adce86e29d7d658849010c.tar.gz gentoo-d0cb204949a13436c5adce86e29d7d658849010c.tar.bz2 gentoo-d0cb204949a13436c5adce86e29d7d658849010c.zip |
dev-python/python-stdnum: Version bump and migrate to EAPI 7
Signed-off-by: Cédric Krier <cedk@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'dev-python/python-stdnum')
-rw-r--r-- | dev-python/python-stdnum/Manifest | 2 | ||||
-rw-r--r-- | dev-python/python-stdnum/python-stdnum-1.10.ebuild (renamed from dev-python/python-stdnum/python-stdnum-1.9.ebuild) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/python-stdnum/Manifest b/dev-python/python-stdnum/Manifest index 3dc5b2aca3aa..ccebc6f26389 100644 --- a/dev-python/python-stdnum/Manifest +++ b/dev-python/python-stdnum/Manifest @@ -1 +1 @@ -DIST python-stdnum-1.9.tar.gz 466861 BLAKE2B 31656cb64ab422dd172ee1a9121cf41d18bfd85a98a38a956e499e04e20369115449ed0b4b946e1aa2ce8d41eb24ca20b296aa178151276f3ea1e37153875969 SHA512 ed236e7fa5f64bb812578f019c2286a139f75356073ec7d0b0fc9220092b5e0e5d3b4fd133661e4126ac3f78141457af1793fdbc45a22daa4d36ceaf1535901f +DIST python-stdnum-1.10.tar.gz 477929 BLAKE2B 40eb5a7814a4bfd5457aa95b39509ace603ee3ee568fa0bf9f5c499702f358fb6915b84f25952f93448d7aca46bea4cd3ed8df0c04b89f4e97f9250110979f27 SHA512 e4226a0cf145744d9af4e31de1dca8b7c64eb9229053899882b198456302c92e9abe31801a7d43b29d2dbac22d263733e8bb011337ff1f17496f6d72fad56a1b diff --git a/dev-python/python-stdnum/python-stdnum-1.9.ebuild b/dev-python/python-stdnum/python-stdnum-1.10.ebuild index 6cc5bf1ad672..404a644410d2 100644 --- a/dev-python/python-stdnum/python-stdnum-1.9.ebuild +++ b/dev-python/python-stdnum/python-stdnum-1.10.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1 |