mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/glob2: treeclean
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST glob2-0.7.tar.gz 10697 BLAKE2B bbd813be6ff46d31de0e728d672897a934bd6e4c61b1f7dabf158d3e64021ca1fa1622878333ec70866796dac1d3e3eb1402eda541ed4d89873eddb367668e60 SHA512 6707c33782373cd71b1794ef3a143f6c0ceb5733bec944d16596eb4662df4c788328078b621bdda6096da95ec2f267256fca620dd7691eb02bf0ce940dd4150e
|
||||
@@ -1,22 +0,0 @@
|
||||
# Copyright 2021-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{8..11} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Extended version of Python's builtin glob module"
|
||||
HOMEPAGE="https://pypi.org/project/glob2/"
|
||||
SRC_URI="mirror://pypi/${P::1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64 ~x86"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
python_test() {
|
||||
epytest test.py
|
||||
}
|
||||
@@ -1,13 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>ionen@gentoo.org</email>
|
||||
<name>Ionen Wolkens</name>
|
||||
</maintainer>
|
||||
<stabilize-allarches/>
|
||||
<upstream>
|
||||
<remote-id type="github">miracle2k/python-glob2</remote-id>
|
||||
<remote-id type="pypi">glob2</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -542,12 +542,6 @@ media-sound/gnome-music
|
||||
net-libs/libzapojit
|
||||
net-misc/gnome-online-miners
|
||||
|
||||
# Ionen Wolkens <ionen@gentoo.org> (2022-11-21)
|
||||
# Was added only for dev-python/pytest-bdd which no longer needs it.
|
||||
# If using, migrate to stdlib glob which supports `**` since python-3.5.
|
||||
# Removal: 2022-12-21.
|
||||
dev-python/glob2
|
||||
|
||||
# Jonas Stein <jstein@gentoo.org> (2022-11-13)
|
||||
# Dead upstream
|
||||
# Removal after 2023-01-01. Bug #881249.
|
||||
|
||||
Reference in New Issue
Block a user