summaryrefslogtreecommitdiff
path: root/dev-python/couchdb-python
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
commit21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch)
treee1810a4b135afce04b34862ef0fab2bfaeb8aeca /dev-python/couchdb-python
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-python/couchdb-python')
-rw-r--r--dev-python/couchdb-python/Manifest2
-rw-r--r--dev-python/couchdb-python/couchdb-python-1.1.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/couchdb-python/Manifest b/dev-python/couchdb-python/Manifest
index cdcbe599d883..d179c6f4e7e5 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 950 BLAKE2B cf551f8a6d2b880194e1afdcfa7f5cbe9dc42baedc8875efef2eb46cce648e7e6242564cd8b5dedad2e1874beaac6f77ae4c49ea43842f8363e44163f34312ba SHA512 04754104de38bb0d7e29ab106dbf39d0bc63388609a88e70b658feb54cec3bf83f83039d5e84728140f2cf55249b3b52a60342b21184b585c6084dba5b4ad1da
+EBUILD couchdb-python-1.1.ebuild 943 BLAKE2B 1ec77b933cf9dd9f26f862da5692306ba64dd246305609580198fabf929bcd28829db5262550b71ec2e1d1e96651723ba437bfb5b9ea63bd75902dcc39f24978 SHA512 26753d562d6e48be83d3e2334dac438062fccdffbab0a13737e197b0965f1674dd2952feb4ffc4ec3a8dd70f4eeb01620d7cdad385896d4055c9eab315d283a6
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 6a9a620d5746..9224e54f5d72 100644
--- a/dev-python/couchdb-python/couchdb-python-1.1.ebuild
+++ b/dev-python/couchdb-python/couchdb-python-1.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy )
+PYTHON_COMPAT=( python2_7 python3_{6,7} )
inherit distutils-r1