Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sparql-wrapper/
Date: Sun, 11 Oct 2015 16:13:17
Message-Id: 1444579911.84292072028006e716c7f3c3dc30a148b1f8f674.mrueg@gentoo
1 commit: 84292072028006e716c7f3c3dc30a148b1f8f674
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 11 16:11:51 2015 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 11 16:11:51 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84292072
7
8 dev-python/sparql-wrapper: Remove old
9
10 Package-Manager: portage-2.2.23
11
12 dev-python/sparql-wrapper/Manifest | 3 ---
13 .../sparql-wrapper/sparql-wrapper-1.5.2.ebuild | 24 ---------------------
14 .../sparql-wrapper/sparql-wrapper-1.6.1.ebuild | 25 ----------------------
15 .../sparql-wrapper/sparql-wrapper-1.6.2.ebuild | 25 ----------------------
16 4 files changed, 77 deletions(-)
17
18 diff --git a/dev-python/sparql-wrapper/Manifest b/dev-python/sparql-wrapper/Manifest
19 index c7ed13b..1c954b8 100644
20 --- a/dev-python/sparql-wrapper/Manifest
21 +++ b/dev-python/sparql-wrapper/Manifest
22 @@ -1,5 +1,2 @@
23 -DIST SPARQLWrapper-1.5.2.tar.gz 24953 SHA256 65254c7c3cae093fbd5e6b65e2c725db3ad80ab7402c4aa59d18a9cb8f5695b4 SHA512 adb70599d5c67c4cbd5277de30325a993057ff50c72eba89cea6b5ba8daea9bd7717fef4cd62e250b77c818498580d7f26e359fc4a9e344b2ba82c71912fcee3 WHIRLPOOL a8231a0745e798240620f46af625ff325a770f97f100fbfa5cda4f2e8e1dd1f8b8900fae13a8ade9ba0f71a3fc714be14d83e34848479e7a4e93c7993a1b207c
24 DIST SPARQLWrapper-1.6.0.tar.gz 20698 SHA256 dadcbf190dd090d90325ca4126e96f262d620c45c4693ee9f168cf39af2fa373 SHA512 e70a003807329602360e0c1ffc4091668e5a7bbce84305ecee5a381759500282abc57f39879a8372a35f7edd36bf7d4f2dc8efad717bb620e430d207c52a4754 WHIRLPOOL f76f9ebc20daac75f0cdbddccd7bb48695289829ab08d9e013ab2e9c0220a7bd770afd5dc1431d520369dd8a1c6cd96034c4452537fb50b58d41b36fa0eb7b20
25 -DIST SPARQLWrapper-1.6.1.tar.gz 25894 SHA256 809ecc29ca6d3dcfdfd75163173d00b45405ddf5e848edc648b8aec553c765d0 SHA512 2500133ea235c1c91ef0f9479f570ec9376704e2ba39ec9d044bb24dfa56dd8613d4677d473d0694edd7095874c17f2277ccb2ef3c07ffff9c50b5b814f26812 WHIRLPOOL a460d9d82c0b0854a9eadefd242b7cac4daaa870e42ae6b9d5eed94cfc0fe76c914bd68517bec6449c1b614e40a684231b70982f95f2f39e8f8c01f5d56cc579
26 -DIST SPARQLWrapper-1.6.2.tar.gz 25939 SHA256 1af3dcccf5cfbc0c078f95109138a8be221d29e158a2ae81b239d857f7c3224d SHA512 a75cb881b34fd8963c35b9fb7bb3fb1662257c9a36a03d22227968fc8f23c7813b73d29d3bdc26f362023a871960ce6326d70f8fdfb911ceec88212ed3737831 WHIRLPOOL fe2a29206f0f8730e3046ee67649370f866043dfcaf42416753ec6f3e1795fa4372ef48db9a95b87e116e6f007d3c4d8d7b357622dc40d52448cb5dc8d73848f
27 DIST SPARQLWrapper-1.6.4.tar.gz 27467 SHA256 2899dae6baa88d5c3209408e70a1a9de04f0f4dd25f4e9480eb6707a398d1693 SHA512 49e4eea8cf6e0625ee3a259b4314b630eddb30475a786525f94f827353898c6d90b88e6b7b2bb65270cf8baec781b9bafa98df3cdbbb65a722d6f0af07906ce5 WHIRLPOOL 6e8f64a76d24fd864ab830bc86cbf4e97191ca19b3495f5446bd56f76e8cb4d4a8315d7ac38693776f8c063e58c873db3249cbe44aa7822daebc6c85a0893477
28
29 diff --git a/dev-python/sparql-wrapper/sparql-wrapper-1.5.2.ebuild b/dev-python/sparql-wrapper/sparql-wrapper-1.5.2.ebuild
30 deleted file mode 100644
31 index 4f78673..0000000
32 --- a/dev-python/sparql-wrapper/sparql-wrapper-1.5.2.ebuild
33 +++ /dev/null
34 @@ -1,24 +0,0 @@
35 -# Copyright 1999-2015 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -# $Id$
38 -
39 -EAPI=5
40 -
41 -PYTHON_COMPAT=( python{2_7,3_3} )
42 -
43 -inherit distutils-r1
44 -
45 -MY_PN=SPARQLWrapper
46 -DESCRIPTION="Wrapper around a SPARQL service"
47 -HOMEPAGE="https://pypi.python.org/pypi/${MY_PN}"
48 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
49 -
50 -LICENSE="W3C"
51 -SLOT="0"
52 -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
53 -IUSE=""
54 -
55 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
56 -RDEPEND="dev-python/rdflib[${PYTHON_USEDEP}]"
57 -
58 -S=${WORKDIR}/${MY_PN}-${PV}
59
60 diff --git a/dev-python/sparql-wrapper/sparql-wrapper-1.6.1.ebuild b/dev-python/sparql-wrapper/sparql-wrapper-1.6.1.ebuild
61 deleted file mode 100644
62 index b0d6078..0000000
63 --- a/dev-python/sparql-wrapper/sparql-wrapper-1.6.1.ebuild
64 +++ /dev/null
65 @@ -1,25 +0,0 @@
66 -# Copyright 1999-2015 Gentoo Foundation
67 -# Distributed under the terms of the GNU General Public License v2
68 -# $Id$
69 -
70 -EAPI=5
71 -
72 -PYTHON_COMPAT=( python{2_7,3_3,3_4} )
73 -
74 -inherit distutils-r1
75 -
76 -MY_PN=SPARQLWrapper
77 -DESCRIPTION="Wrapper around a SPARQL service"
78 -HOMEPAGE="https://pypi.python.org/pypi/${MY_PN}"
79 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
80 -
81 -LICENSE="W3C"
82 -SLOT="0"
83 -KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
84 -
85 -IUSE=""
86 -
87 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
88 -RDEPEND="dev-python/rdflib[${PYTHON_USEDEP}]"
89 -
90 -S=${WORKDIR}/${MY_PN}-${PV}
91
92 diff --git a/dev-python/sparql-wrapper/sparql-wrapper-1.6.2.ebuild b/dev-python/sparql-wrapper/sparql-wrapper-1.6.2.ebuild
93 deleted file mode 100644
94 index 709d5b5..0000000
95 --- a/dev-python/sparql-wrapper/sparql-wrapper-1.6.2.ebuild
96 +++ /dev/null
97 @@ -1,25 +0,0 @@
98 -# Copyright 1999-2015 Gentoo Foundation
99 -# Distributed under the terms of the GNU General Public License v2
100 -# $Id$
101 -
102 -EAPI=5
103 -
104 -PYTHON_COMPAT=( python{2_7,3_3,3_4} )
105 -
106 -inherit distutils-r1
107 -
108 -MY_PN=SPARQLWrapper
109 -DESCRIPTION="Wrapper around a SPARQL service"
110 -HOMEPAGE="https://pypi.python.org/pypi/${MY_PN}"
111 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
112 -
113 -LICENSE="W3C"
114 -SLOT="0"
115 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
116 -
117 -IUSE=""
118 -
119 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
120 -RDEPEND="dev-python/rdflib[${PYTHON_USEDEP}]"
121 -
122 -S=${WORKDIR}/${MY_PN}-${PV}