diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-04-28 20:02:04 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-04-28 20:02:04 +0100 |
commit | a4e2a46beb5e4858ef27bdedbb0ff6d2ced430ad (patch) | |
tree | 852c90a4bf354c30ea66504f70bfab5401fba18d /dev-python/couchdb-python | |
parent | 5e8702bcbbed438e6c6cce023e7ef0cc9baa3e02 (diff) |
gentoo resync : 28.04.2018
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 b31a3ca079f5..5737a72db1e0 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 953 BLAKE2B c128e11980187087bb74623741cf205759359e8336a23e71093c6f8008ab6da7d9eace73e74ef73553b40f8ae1e9640e3b7bf65cb9b73cd14bb66c7fe458de6e SHA512 f33876968001b43531993e0362514a86529510f28df7bf26fe74539da3f06c3a87a0c6a9c037f8285ca4aca0b2a6154949c69f39b299e0fdbff2b8f6cf6ccf85 +EBUILD couchdb-python-1.1.ebuild 954 BLAKE2B 28a81a421139d64ca89d23a6cecc84b09f514f86496b3eaa1273007d1f3d8397d0e88b51195fe41d1300500b5192f6a14c8605b4758cf9d8b40c3c879de637df SHA512 7c2a6883766746cc6c0fce02243ebbebd7460d794e2570562e749304c8fb9a90d5bcf82f39051f4544d1cc389a1a76bc4cfe851da1130033ed2f76a542920ee4 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 5b4a7a889037..ad8aef7ffd00 100644 --- a/dev-python/couchdb-python/couchdb-python-1.1.ebuild +++ b/dev-python/couchdb-python/couchdb-python-1.1.ebuild @@ -11,7 +11,7 @@ MY_PN="CouchDB" MY_P="${MY_PN}-${PV}" DESCRIPTION="Python library for working with CouchDB" -HOMEPAGE="https://github.com/djc/couchdb-python https://pypi.org/project/CouchDB" +HOMEPAGE="https://github.com/djc/couchdb-python https://pypi.org/project/CouchDB/" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="BSD" |