mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 13:33:32 -04:00
dev-python/asciimatics: treeclean
Closes: https://bugs.gentoo.org/897394 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
DIST asciimatics-1.13.0.tar.gz 2521962 BLAKE2B 35b564f7b0a33c658b93ad8bdad5bfb53c12da8dbe3347c1651fe3e1886c1721282455c7a668cbc85a12cd34944cc4d701d86862a622efb384739122ad983ba5 SHA512 b3943765c151b030e41bb08f3e85891449fb51533b18fae792289274f53b8548d2c7507533a56eb45797c9f44ae4963c0c247c37d6f375535900a4204238a95f
|
|
||||||
@@ -1,37 +0,0 @@
|
|||||||
# Copyright 1999-2022 Gentoo Authors
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=7
|
|
||||||
|
|
||||||
DISTUTILS_USE_SETUPTOOLS=bdepend
|
|
||||||
PYTHON_COMPAT=( python3_9 )
|
|
||||||
inherit distutils-r1
|
|
||||||
|
|
||||||
DESCRIPTION="Package for curses-like operations, text UIs and ASCII art animations"
|
|
||||||
HOMEPAGE="https://pypi.org/project/asciimatics/ https://github.com/peterbrittain/asciimatics"
|
|
||||||
|
|
||||||
if [[ "${PV}" == 9999 ]]
|
|
||||||
then
|
|
||||||
inherit git-r3
|
|
||||||
EGIT_REPO_URI="https://github.com/peterbrittain/asciimatics.git"
|
|
||||||
else
|
|
||||||
SRC_URI="https://github.com/peterbrittain/asciimatics/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
|
||||||
KEYWORDS="~amd64"
|
|
||||||
fi
|
|
||||||
|
|
||||||
LICENSE="Apache-2.0"
|
|
||||||
SLOT="0"
|
|
||||||
|
|
||||||
RESTRICT="mirror test"
|
|
||||||
|
|
||||||
RDEPEND="
|
|
||||||
>=dev-python/pyfiglet-0.7.2[${PYTHON_USEDEP}]
|
|
||||||
>=dev-python/pillow-2.7.0[${PYTHON_USEDEP}]
|
|
||||||
dev-python/wcwidth[${PYTHON_USEDEP}]
|
|
||||||
dev-python/future[${PYTHON_USEDEP}]
|
|
||||||
"
|
|
||||||
|
|
||||||
src_prepare() {
|
|
||||||
default
|
|
||||||
sed -i -e "s/use_scm_version={/\0'fallback_version': '${PV}',/" setup.py
|
|
||||||
}
|
|
||||||
@@ -1,40 +0,0 @@
|
|||||||
# Copyright 1999-2022 Gentoo Authors
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=7
|
|
||||||
|
|
||||||
DISTUTILS_USE_SETUPTOOLS=bdepend
|
|
||||||
PYTHON_COMPAT=( python3_9 )
|
|
||||||
inherit distutils-r1
|
|
||||||
|
|
||||||
DESCRIPTION="Package for curses-like operations, text UIs and ASCII art animations"
|
|
||||||
HOMEPAGE="https://pypi.org/project/asciimatics/ https://github.com/peterbrittain/asciimatics"
|
|
||||||
|
|
||||||
if [[ "${PV}" == 9999 ]]
|
|
||||||
then
|
|
||||||
inherit git-r3
|
|
||||||
EGIT_REPO_URI="https://github.com/peterbrittain/asciimatics.git"
|
|
||||||
else
|
|
||||||
SRC_URI="https://github.com/peterbrittain/asciimatics/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
|
||||||
KEYWORDS="~amd64"
|
|
||||||
fi
|
|
||||||
|
|
||||||
LICENSE="Apache-2.0"
|
|
||||||
SLOT="0"
|
|
||||||
|
|
||||||
RESTRICT="mirror"
|
|
||||||
|
|
||||||
RDEPEND="
|
|
||||||
>=dev-python/pyfiglet-0.7.2[${PYTHON_USEDEP}]
|
|
||||||
>=dev-python/pillow-2.7.0[${PYTHON_USEDEP}]
|
|
||||||
dev-python/wcwidth[${PYTHON_USEDEP}]
|
|
||||||
dev-python/future[${PYTHON_USEDEP}]
|
|
||||||
"
|
|
||||||
BDEPEND="
|
|
||||||
test? (
|
|
||||||
${RDEPEND}
|
|
||||||
dev-python/mock
|
|
||||||
)
|
|
||||||
"
|
|
||||||
|
|
||||||
distutils_enable_tests nose
|
|
||||||
@@ -1,14 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
||||||
<pkgmetadata>
|
|
||||||
<maintainer type="person">
|
|
||||||
<email>coppens.matthias.abc@gmail.com</email>
|
|
||||||
<name>Matthias Coppens</name>
|
|
||||||
</maintainer>
|
|
||||||
<upstream>
|
|
||||||
<doc>https://asciimatics.readthedocs.io/en/stable/</doc>
|
|
||||||
<remote-id type="github">peterbrittain/asciimatics</remote-id>
|
|
||||||
<remote-id type="pypi">asciimatics</remote-id>
|
|
||||||
<bugs-to>https://github.com/peterbrittain/asciimatics/issues</bugs-to>
|
|
||||||
</upstream>
|
|
||||||
</pkgmetadata>
|
|
||||||
@@ -22,7 +22,6 @@ sys-cluster/pcs
|
|||||||
# Anna Vyalkova <cyber+gentoo@sysrq.in> (2023-05-01)
|
# Anna Vyalkova <cyber+gentoo@sysrq.in> (2023-05-01)
|
||||||
# No supported Pythom implementations set in ebuild.
|
# No supported Pythom implementations set in ebuild.
|
||||||
# Masked for removal in 30 days.
|
# Masked for removal in 30 days.
|
||||||
dev-python/asciimatics
|
|
||||||
dev-python/bitbox02
|
dev-python/bitbox02
|
||||||
dev-python/google-cloud-storage
|
dev-python/google-cloud-storage
|
||||||
dev-python/hwi
|
dev-python/hwi
|
||||||
|
|||||||
Reference in New Issue
Block a user