* [gentoo-commits] repo/gentoo:master commit in: dev-python/sparql-wrapper/, profiles/
@ 2021-10-09 8:21 Jakov Smolić
0 siblings, 0 replies; only message in thread
From: Jakov Smolić @ 2021-10-09 8:21 UTC (permalink / raw
To: gentoo-commits
commit: 7d387f3d2d3132817f0aaed9136533026d6d9046
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 9 08:16:52 2021 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sat Oct 9 08:16:52 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d387f3d
dev-python/sparql-wrapper: treeclean
Closes: https://bugs.gentoo.org/812236
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-python/sparql-wrapper/Manifest | 1 -
dev-python/sparql-wrapper/metadata.xml | 12 -----
.../sparql-wrapper/sparql-wrapper-1.8.5.ebuild | 54 ----------------------
profiles/package.mask | 6 ---
4 files changed, 73 deletions(-)
diff --git a/dev-python/sparql-wrapper/Manifest b/dev-python/sparql-wrapper/Manifest
deleted file mode 100644
index cc6f0e93006..00000000000
--- a/dev-python/sparql-wrapper/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST SPARQLWrapper-1.8.5.tar.gz 89117 BLAKE2B e36f90b0bc8adc789750e7db588ada22e369d10e1ae94777b627680070f4ac8da3e7575c7858121386287034061b6fcfbfbb529f9d8de020ae65a7c6bdb2ef80 SHA512 b0cbe9f7f13a8a0a1c88a17b5966b46e7811acada2712ee03be97808dcb17ba4a71990c07df5d213d21815d7deaf3526381a2cc864d839e561e242be797b6bb2
diff --git a/dev-python/sparql-wrapper/metadata.xml b/dev-python/sparql-wrapper/metadata.xml
deleted file mode 100644
index 7ef821202c0..00000000000
--- a/dev-python/sparql-wrapper/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <stabilize-allarches/>
- <upstream>
- <remote-id type="pypi">SPARQLWrapper</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/sparql-wrapper/sparql-wrapper-1.8.5.ebuild b/dev-python/sparql-wrapper/sparql-wrapper-1.8.5.ebuild
deleted file mode 100644
index e99ce6be598..00000000000
--- a/dev-python/sparql-wrapper/sparql-wrapper-1.8.5.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1
-
-MY_PN=SPARQLWrapper
-DESCRIPTION="Wrapper around a SPARQL service"
-HOMEPAGE="https://pypi.org/project/SPARQLWrapper/"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="W3C"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
-# the vast majority of tests access random Internet sites
-RESTRICT="test"
-
-RDEPEND=">=dev-python/rdflib-4[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest
-
-src_prepare() {
- # disable sys.path hack
- sed -i -e '/^# prefer local/,/^# end of hack/d' test/*.py || die
-
- # urllib2
- rm test/wrapper_test.py || die
- # connection timeout
- rm test/fuseki2__v3_6_0__agrovoc__test.py || die
- # HTTP 401
- rm test/graphdbEnterprise__v8_9_0__rs__test.py || die
- # returns some HTML page
- rm test/stardog__lindas__test.py || die
-
- # require rdflib-jsonld, apparently
- sed -i -e 's:test.*JSONLD:_&:' \
- test/*.py || die
- # some plugin error, probably the same
- sed -e 's:testConstruct.*JSON:_&:' \
- -e 's:testDescribe.*JSON:_&:' \
- -i test/fuseki2__v3_8_0__stw__test.py || die
-
- distutils-r1_src_prepare
-}
-
-src_test() {
- cd test || die
- 2to3 -n -w --no-diffs *.py || die
- distutils-r1_src_test
-}
diff --git a/profiles/package.mask b/profiles/package.mask
index 4d425bac074..69e159a28c3 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -249,12 +249,6 @@ dev-python/py-gfm
# Removal on 2021-10-11. Bug #812521.
dev-python/txgithub
-# Jakov Smolić <jsmolic@gentoo.org> (2021-09-09)
-# Relies on setuptools' deprecated use_2to3 option.
-# Last release in 2019, no revdeps.
-# Removal on 2021-10-09. Bug #812236
-dev-python/sparql-wrapper
-
# Anna Vyalkova <cyber+gentoo@sysrq.in> (2021-09-07)
# Mask backwards-incompatible version to avoid autodeletion of previous one.
# Data migration is not supported upstream and can't be done automatically.
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2021-10-09 8:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-09 8:21 [gentoo-commits] repo/gentoo:master commit in: dev-python/sparql-wrapper/, profiles/ Jakov Smolić
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox