diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-02-05 18:44:56 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-02-05 18:44:56 +0000 |
commit | 29aabba0ea759c6a2864ff5631735b67ee38e5e0 (patch) | |
tree | ab466b4dfa7abecb401b2f8039d08af4689306bb /dev-python/couchdb-python | |
parent | d42200bec37eef2a7478d88988ff00addd0a9202 (diff) |
gentoo resync : 05.02.2020
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 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/couchdb-python/Manifest b/dev-python/couchdb-python/Manifest index d179c6f4e7e5..ca18a291bd47 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 943 BLAKE2B 1ec77b933cf9dd9f26f862da5692306ba64dd246305609580198fabf929bcd28829db5262550b71ec2e1d1e96651723ba437bfb5b9ea63bd75902dcc39f24978 SHA512 26753d562d6e48be83d3e2334dac438062fccdffbab0a13737e197b0965f1674dd2952feb4ffc4ec3a8dd70f4eeb01620d7cdad385896d4055c9eab315d283a6 +EBUILD couchdb-python-1.1.ebuild 933 BLAKE2B 7ebd20eee297ecc9355a949af05a082c470b568981f128411b71a12c519079f31d3e98c7527eb4d32fea34676619e2a83dff01bd38bc93e856e0472d87b4cebc SHA512 8070ca8356afec7a7c432a3b34ecc872f5765ab8cd8403954483061f6244f96302ddec20a9b62d7b4534deb544bc801c436d59d1dd58b41fb9bac867e13662e0 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 9224e54f5d72..22089250d21a 100644 --- a/dev-python/couchdb-python/couchdb-python-1.1.ebuild +++ b/dev-python/couchdb-python/couchdb-python-1.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 |