* [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-python/citeproc-py/, dev-python/citeproc-py/files/
@ 2023-03-18 16:45 David Seifert
0 siblings, 0 replies; only message in thread
From: David Seifert @ 2023-03-18 16:45 UTC (permalink / raw
To: gentoo-commits
commit: 036f13bd551b180be19c63e9f9bf380b9a40ae6e
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 18 16:42:50 2023 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Mar 18 16:42:50 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=036f13bd
dev-python/citeproc-py: treeclean
Closes: https://bugs.gentoo.org/662280
Closes: https://bugs.gentoo.org/720386
Closes: https://bugs.gentoo.org/888239
Signed-off-by: David Seifert <soap <AT> gentoo.org>
dev-python/citeproc-py/Manifest | 2 -
dev-python/citeproc-py/citeproc-py-0.6.0.ebuild | 45 ----------------------
.../files/stop_test_from_accessing_git-0.6.0.patch | 13 -------
dev-python/citeproc-py/metadata.xml | 12 ------
profiles/package.mask | 7 ----
5 files changed, 79 deletions(-)
diff --git a/dev-python/citeproc-py/Manifest b/dev-python/citeproc-py/Manifest
deleted file mode 100644
index f226fa1ed986..000000000000
--- a/dev-python/citeproc-py/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST citeproc-py-0.6.0.tar.gz 140624 BLAKE2B 169129c6be29a5a5c4678ccc2e2dd0b9ef58248ae66339ac32c6fab887058c7bbd2884d2ce959ce52287a622be4abded7e1ab06cae9c0952be47352671f951c4 SHA512 901a62c59189a652b589e4aa12e489f72f5ea40db1349fcdc0e4ffd6f5be8d364dccdc23cfab1a9003fbc672d75c5bdf06c74b9b5e1fcfb2c12e84df39fe1fb1
-DIST citeproc-py-test-suite-c3db429ab7c6b9b9ccaaa6d3c6bb9e503f0d7b11.tar.gz 990340 BLAKE2B acf02bec956765d0bea794a96ce7b86104c98aa4c0f8620dbfaeb7f16f37fe07e5b45883c04a1c639fad9098e3733339c90deaf8cdd794fadb8db1456972d16b SHA512 8653ea8968fa108c0814f43744f6e569a0a32cf4e82addec667f75a28b9c1fd9c7714c0c75a85e0d6f7f579e554494925ba4ab05e21e4dcb6b727d00b6a16df7
diff --git a/dev-python/citeproc-py/citeproc-py-0.6.0.ebuild b/dev-python/citeproc-py/citeproc-py-0.6.0.ebuild
deleted file mode 100644
index b3938812ea05..000000000000
--- a/dev-python/citeproc-py/citeproc-py-0.6.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{9..10} )
-
-# Keep synced with tests/citeproc-test.py
-TEST_SUITE_COMMIT="c3db429ab7c6b9b9ccaaa6d3c6bb9e503f0d7b11"
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Yet another Python CSL Processor"
-HOMEPAGE="https://pypi.org/project/citeproc-py/"
-SRC_URI+="
- test? (
- https://github.com/citation-style-language/test-suite/archive/${TEST_SUITE_COMMIT}.tar.gz
- -> ${PN}-test-suite-${TEST_SUITE_COMMIT}.tar.gz
- )
-"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND=">=app-text/rnc2rng-2.6.3[${PYTHON_USEDEP}]"
-RDEPEND="dev-python/lxml[${PYTHON_USEDEP}]"
-
-PATCHES=( "${FILESDIR}/stop_test_from_accessing_git-${PV}.patch" )
-
-distutils_enable_tests nose
-
-src_prepare() {
- default
-
- if use test ; then
- mv "${WORKDIR}/test-suite-${TEST_SUITE_COMMIT}" "${S}/tests/test-suite" || die
- fi
-}
-
-python_test() {
- nosetests -v --ignore-files=citeproc-test.py || die "Tests failed with ${EPYTHON}"
- ${EPYTHON} tests/citeproc-test.py -vs || die "Tests failed with ${EPYTHON}"
-}
diff --git a/dev-python/citeproc-py/files/stop_test_from_accessing_git-0.6.0.patch b/dev-python/citeproc-py/files/stop_test_from_accessing_git-0.6.0.patch
deleted file mode 100644
index e04ff1be1b87..000000000000
--- a/dev-python/citeproc-py/files/stop_test_from_accessing_git-0.6.0.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/tests/citeproc-test.py b/tests/citeproc-test.py
-index 11bd47d..8934700 100644
---- a/tests/citeproc-test.py
-+++ b/tests/citeproc-test.py
-@@ -288,7 +288,7 @@ if __name__ == '__main__':
- glob_pattern = '*'
- run_all_tests = True
-
-- test_repo_has_updates = clone_test_suite()
-+ test_repo_has_updates = False
-
- # import the text fixture parser included with citeproc-test
- try: # Python 3.3+
diff --git a/dev-python/citeproc-py/metadata.xml b/dev-python/citeproc-py/metadata.xml
deleted file mode 100644
index 38432292de71..000000000000
--- a/dev-python/citeproc-py/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="person">
- <email>alexxy@gentoo.org</email>
- <name>Alexey Shvetsov</name>
- </maintainer>
- <upstream>
- <remote-id type="github">brechtm/citeproc-py</remote-id>
- <remote-id type="pypi">citeproc-py</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/profiles/package.mask b/profiles/package.mask
index 9369da13ab84..922d7ed98ca4 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -280,13 +280,6 @@ dev-python/pytest-flake8
acct-user/jabber
acct-group/jabber
-# Michał Górny <mgorny@gentoo.org> (2023-02-02)
-# dev-python/citeproc-py requires dev-python/nose and is not maintained
-# upstream. Its only revdep, dev-python/duecredit has no reverse
-# dependencies left.
-# Removal on 2023-03-04. Bug #888239.
-dev-python/citeproc-py
-
# Michał Górny <mgorny@gentoo.org> (2023-02-01)
# dev-python/blockdiag still requires dev-python/nose. There was a PR
# made to switch to pytest in Feb 2020 but it's not progressing at all.
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2023-03-18 16:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-18 16:45 [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-python/citeproc-py/, dev-python/citeproc-py/files/ David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox