commit: 30a0606c8b16d854a1aa0698c87d24bc7478b8b5 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr> AuthorDate: Mon May 10 22:17:17 2021 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Mon May 10 22:17:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30a0606c
dev-python/monotonic: Remove last-rited pkg Closes: https://github.com/gentoo/gentoo/pull/20753 Closes: https://bugs.gentoo.org/781902 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr> Signed-off-by: David Seifert <soap <AT> gentoo.org> dev-python/monotonic/Manifest | 2 -- dev-python/monotonic/metadata.xml | 13 ------------- dev-python/monotonic/monotonic-1.5-r1.ebuild | 18 ------------------ dev-python/monotonic/monotonic-1.6.ebuild | 21 --------------------- profiles/package.mask | 5 ----- 5 files changed, 59 deletions(-) diff --git a/dev-python/monotonic/Manifest b/dev-python/monotonic/Manifest deleted file mode 100644 index a408ab93cee..00000000000 --- a/dev-python/monotonic/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST monotonic-1.5.tar.gz 7525 BLAKE2B e6022a9c134031f1b89e643b4f7b37417366e08de213f580a39706e7cd57b1045e8f1625be213c90fba48b69c40461d0c90255e6a9f20e565ea9a857780e2143 SHA512 05485e0baa51df95f9812d463306ce0bbe7228170b43aed8faa9d77d2b613ffede6b57b3dd273c352e0d1c04782043bec2f36be88cb1acde182a5aeb0538f970 -DIST monotonic-1.6.tar.gz 7246 BLAKE2B 4caa822956eaa2f124fedcb39d15d2597fafe7e7cd27d2f5dfea1e70d6ff9c70b35c5ea668819fd18dde268c793abb1f5e1107c186c31ac970abf8847000483f SHA512 9bb01f4b34ce10b90dee2e49dd70bc37462333e0da9490893bf642ceea9bed5f9bdbd8f59c58350609ac4c89809039d7375f1f1583ab8fbf9c13d4064849ea18 diff --git a/dev-python/monotonic/metadata.xml b/dev-python/monotonic/metadata.xml deleted file mode 100644 index 9d2e85429a8..00000000000 --- a/dev-python/monotonic/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Python</name> - </maintainer> - <stabilize-allarches/> - <upstream> - <remote-id type="pypi">monotonic</remote-id> - <remote-id type="github">atdt/monotonic</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/monotonic/monotonic-1.5-r1.ebuild b/dev-python/monotonic/monotonic-1.5-r1.ebuild deleted file mode 100644 index a8d9f439ae9..00000000000 --- a/dev-python/monotonic/monotonic-1.5-r1.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="An implementation of time.monotonic() for Python 2 & < 3.3" -HOMEPAGE="https://github.com/atdt/monotonic" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86 ~x64-macos" -IUSE="" - -# no tests diff --git a/dev-python/monotonic/monotonic-1.6.ebuild b/dev-python/monotonic/monotonic-1.6.ebuild deleted file mode 100644 index f9c9c61920b..00000000000 --- a/dev-python/monotonic/monotonic-1.6.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{7..9} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="An implementation of time.monotonic() for Python 2 & < 3.3" -HOMEPAGE="https://github.com/atdt/monotonic" -SRC_URI=" - https://github.com/atdt/monotonic/archive/${PV}.tar.gz - -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x64-macos" - -# no tests -# NB: this package is dead and should not be required for py3.4+ -# last rite it when revdeps are fixed not to use it diff --git a/profiles/package.mask b/profiles/package.mask index 3a1fd6c2a46..9481084c60d 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -679,11 +679,6 @@ x11-misc/superswitcher # Removal on 2021-06-01. Bug #782727. x11-misc/xstroke -# Michał Górny <[email protected]> (2021-04-10) -# Obsolete backport to Python < 3.4. No reverse dependencies left. -# Removal on 2021-05-10. Bug #781902. -dev-python/monotonic - # Lars Wendler <[email protected]> (2021-04-08) # Masked for testing >=app-crypt/gnupg-2.3.0
