diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-04-28 09:54:45 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-04-28 09:54:45 +0100 |
commit | b7ebc951da8800f711142f69d9d958bde67a112d (patch) | |
tree | e318514216845acb8f2e49fff7a5cba4027e9d91 /dev-python/couchdb-python | |
parent | dc7cbdfa65fd814b3b9aa3c56257da201109e807 (diff) |
gentoo resync : 28.04.2019
Diffstat (limited to 'dev-python/couchdb-python')
-rw-r--r-- | dev-python/couchdb-python/Manifest | 2 | ||||
-rw-r--r-- | dev-python/couchdb-python/couchdb-python-1.1.ebuild | 7 |
2 files changed, 4 insertions, 5 deletions
diff --git a/dev-python/couchdb-python/Manifest b/dev-python/couchdb-python/Manifest index 5737a72db1e0..cdcbe599d883 100644 --- a/dev-python/couchdb-python/Manifest +++ b/dev-python/couchdb-python/Manifest @@ -1,3 +1,3 @@ DIST CouchDB-1.1.tar.gz 60839 BLAKE2B d3fe1195083f0e0e36dfc25ca25d08e5f447ad34b8908bacedb43d81979ce7bf926100297422439103f8ef3a8bd398e408c19ad676461ad5908d79b92b4d9661 SHA512 f68a0bb04f74cf91ae7d190eedec2a9c24c03dd0ef333c27cca7ef7abc95d3d355f78d653d68371a0d27dcc9a8d69f5886627f0eb0c6af49b632becf6bd0668f -EBUILD couchdb-python-1.1.ebuild 954 BLAKE2B 28a81a421139d64ca89d23a6cecc84b09f514f86496b3eaa1273007d1f3d8397d0e88b51195fe41d1300500b5192f6a14c8605b4758cf9d8b40c3c879de637df SHA512 7c2a6883766746cc6c0fce02243ebbebd7460d794e2570562e749304c8fb9a90d5bcf82f39051f4544d1cc389a1a76bc4cfe851da1130033ed2f76a542920ee4 +EBUILD couchdb-python-1.1.ebuild 950 BLAKE2B cf551f8a6d2b880194e1afdcfa7f5cbe9dc42baedc8875efef2eb46cce648e7e6242564cd8b5dedad2e1874beaac6f77ae4c49ea43842f8363e44163f34312ba SHA512 04754104de38bb0d7e29ab106dbf39d0bc63388609a88e70b658feb54cec3bf83f83039d5e84728140f2cf55249b3b52a60342b21184b585c6084dba5b4ad1da MISC metadata.xml 492 BLAKE2B 238ee8a64a2463e5e261c9d43fe9853fa7b5cfb135d9961f798e60937c9618e11dcb3d28ba9cda9a6fb017c1f31783ffd0aa15d3a9e94cb1418a768b327e1a81 SHA512 69b7bd6ace846417beb252df5372a01726879e839a14c8586deb33a6ff53a2279b088f822cd30d86af58197d9202526eac40d9394f74dbc4093b1dc23277b10f diff --git a/dev-python/couchdb-python/couchdb-python-1.1.ebuild b/dev-python/couchdb-python/couchdb-python-1.1.ebuild index ad8aef7ffd00..6a9a620d5746 100644 --- a/dev-python/couchdb-python/couchdb-python-1.1.ebuild +++ b/dev-python/couchdb-python/couchdb-python-1.1.ebuild @@ -1,9 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) +EAPI=7 +PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy ) inherit distutils-r1 |