Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/couchdb-python/
Date: Wed, 03 May 2017 07:38:05
Message-Id: 1493797054.c59a947b55fe3c5bfb1f545c8eb8766bae02fff6.mgorny@gentoo
1 commit: c59a947b55fe3c5bfb1f545c8eb8766bae02fff6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 3 06:29:51 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed May 3 07:37:34 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c59a947b
7
8 dev-python/couchdb-python: Clean old versions up
9
10 dev-python/couchdb-python/Manifest | 2 -
11 .../couchdb-python/couchdb-python-1.0.1.ebuild | 43 ----------------------
12 .../couchdb-python/couchdb-python-1.0.ebuild | 43 ----------------------
13 3 files changed, 88 deletions(-)
14
15 diff --git a/dev-python/couchdb-python/Manifest b/dev-python/couchdb-python/Manifest
16 index 3abace758fd..a93ff54c3fd 100644
17 --- a/dev-python/couchdb-python/Manifest
18 +++ b/dev-python/couchdb-python/Manifest
19 @@ -1,3 +1 @@
20 -DIST CouchDB-1.0.1.tar.gz 57630 SHA256 ed4d9dbb0a8085e709f8ab11e522c7241f58b554a4e900886225c139fa9a47dc SHA512 5c0ffef5ac3743adfb48ce9efd6af42a01d5d68d412f4d58051e627e97cad225f287d3afb7a5879e12a06503a79e6a5dc063acbf02bf613c736fef82241d2a4e WHIRLPOOL 790cc1d2563630c1cc0b8f80e47bca74bac0a16b0782207fafeb12c9351b5bcaf0c1aa2d78b851e4bc9e0f539b3a914901709fca1ed859c6af1cb0a77f178c21
21 -DIST CouchDB-1.0.tar.gz 56791 SHA256 f81de35433932e1d81b922d12119fe9b2435046db5dc53d1fb068a087c1fb264 SHA512 c328a9b027d24ee560ef592925a072a463852fdb7e8e93e1d6e740d7245181ba147985d610d6fd55f4790d7338e69470c44f574469e718eeb7b4163dfb6fc19a WHIRLPOOL 326be4bedd76ebbc5c9fd3cbdc52182230e0701372e75fa074a328633668e407528ccab7d3516b665be8587d131db4e7f7ba054cb6be2fca60b16265793f38c4
22 DIST CouchDB-1.1.tar.gz 60839 SHA256 9503ea413956c33b5e2af248235afb5e0f011f33f816a32e872f8ff9b0a0e710 SHA512 f68a0bb04f74cf91ae7d190eedec2a9c24c03dd0ef333c27cca7ef7abc95d3d355f78d653d68371a0d27dcc9a8d69f5886627f0eb0c6af49b632becf6bd0668f WHIRLPOOL 44f51ab1a2f05edd8cf2219ce6fb108d99264f4dd952cf71ae89030fe97c2adf54350ae7352271200be2861e4f1e33a199aa072cebd0e16d9f489b8657470f59
23
24 diff --git a/dev-python/couchdb-python/couchdb-python-1.0.1.ebuild b/dev-python/couchdb-python/couchdb-python-1.0.1.ebuild
25 deleted file mode 100644
26 index aa19c76404f..00000000000
27 --- a/dev-python/couchdb-python/couchdb-python-1.0.1.ebuild
28 +++ /dev/null
29 @@ -1,43 +0,0 @@
30 -# Copyright 1999-2016 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -
35 -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
36 -
37 -inherit distutils-r1
38 -
39 -MY_PN="CouchDB"
40 -MY_P="${MY_PN}-${PV}"
41 -
42 -DESCRIPTION="Python library for working with CouchDB"
43 -HOMEPAGE="https://github.com/djc/couchdb-python https://pypi.python.org/pypi/CouchDB"
44 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
45 -
46 -LICENSE="BSD"
47 -SLOT="0"
48 -KEYWORDS="~amd64 ~x86"
49 -IUSE="doc"
50 -
51 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
52 - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
53 -
54 -S=${WORKDIR}/${MY_P}
55 -
56 -# Tests require connectivity to a couchdb server.
57 -# Re-enable when the ebuild is capable of starting a local couchdb
58 -# instance.
59 -RESTRICT=test
60 -
61 -python_compile_all() {
62 - use doc && esetup.py build_sphinx
63 -}
64 -
65 -python_test() {
66 - esetup.py test
67 -}
68 -
69 -python_install_all() {
70 - use doc && local HTML_DOCS=( doc/build/html/. )
71 - distutils-r1_python_install_all
72 -}
73
74 diff --git a/dev-python/couchdb-python/couchdb-python-1.0.ebuild b/dev-python/couchdb-python/couchdb-python-1.0.ebuild
75 deleted file mode 100644
76 index ad7bc0252bf..00000000000
77 --- a/dev-python/couchdb-python/couchdb-python-1.0.ebuild
78 +++ /dev/null
79 @@ -1,43 +0,0 @@
80 -# Copyright 1999-2014 Gentoo Foundation
81 -# Distributed under the terms of the GNU General Public License v2
82 -
83 -EAPI=5
84 -
85 -PYTHON_COMPAT=( python{2_7,3_4} pypy )
86 -
87 -inherit distutils-r1
88 -
89 -MY_PN="CouchDB"
90 -MY_P="${MY_PN}-${PV}"
91 -
92 -DESCRIPTION="Python library for working with CouchDB"
93 -HOMEPAGE="https://github.com/djc/couchdb-python https://pypi.python.org/pypi/CouchDB"
94 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
95 -
96 -LICENSE="BSD"
97 -SLOT="0"
98 -KEYWORDS="amd64 x86"
99 -IUSE="doc"
100 -
101 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
102 - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
103 -
104 -S=${WORKDIR}/${MY_P}
105 -
106 -# Tests require connectivity to a couchdb server.
107 -# Re-enable when the ebuild is capable of starting a local couchdb
108 -# instance.
109 -RESTRICT=test
110 -
111 -python_compile_all() {
112 - use doc && esetup.py build_sphinx
113 -}
114 -
115 -python_test() {
116 - esetup.py test
117 -}
118 -
119 -python_install_all() {
120 - use doc && local HTML_DOCS=( doc/build/html/. )
121 - distutils-r1_python_install_all
122 -}