public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/asciimatics/, profiles/
@ 2023-05-01 19:46 Anna Vyalkova
  0 siblings, 0 replies; only message in thread
From: Anna Vyalkova @ 2023-05-01 19:46 UTC (permalink / raw
  To: gentoo-commits

commit:     e645acd9bb93222e7b1f51b5cf5ea652f04b3f5a
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon May  1 19:37:56 2023 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Mon May  1 19:37:56 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e645acd9

dev-python/asciimatics: treeclean

Closes: https://bugs.gentoo.org/897394
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/asciimatics/Manifest                  |  1 -
 dev-python/asciimatics/asciimatics-1.13.0.ebuild | 37 ----------------------
 dev-python/asciimatics/asciimatics-9999.ebuild   | 40 ------------------------
 dev-python/asciimatics/metadata.xml              | 14 ---------
 profiles/package.mask                            |  1 -
 5 files changed, 93 deletions(-)

diff --git a/dev-python/asciimatics/Manifest b/dev-python/asciimatics/Manifest
deleted file mode 100644
index d92fb4dc1..000000000
--- a/dev-python/asciimatics/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST asciimatics-1.13.0.tar.gz 2521962 BLAKE2B 35b564f7b0a33c658b93ad8bdad5bfb53c12da8dbe3347c1651fe3e1886c1721282455c7a668cbc85a12cd34944cc4d701d86862a622efb384739122ad983ba5 SHA512 b3943765c151b030e41bb08f3e85891449fb51533b18fae792289274f53b8548d2c7507533a56eb45797c9f44ae4963c0c247c37d6f375535900a4204238a95f

diff --git a/dev-python/asciimatics/asciimatics-1.13.0.ebuild b/dev-python/asciimatics/asciimatics-1.13.0.ebuild
deleted file mode 100644
index 45fb01bf1..000000000
--- a/dev-python/asciimatics/asciimatics-1.13.0.ebuild
+++ /dev/null
@@ -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
-}

diff --git a/dev-python/asciimatics/asciimatics-9999.ebuild b/dev-python/asciimatics/asciimatics-9999.ebuild
deleted file mode 100644
index 068ad4db8..000000000
--- a/dev-python/asciimatics/asciimatics-9999.ebuild
+++ /dev/null
@@ -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

diff --git a/dev-python/asciimatics/metadata.xml b/dev-python/asciimatics/metadata.xml
deleted file mode 100644
index 4af86ce65..000000000
--- a/dev-python/asciimatics/metadata.xml
+++ /dev/null
@@ -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>

diff --git a/profiles/package.mask b/profiles/package.mask
index 5ede3c6e6..163b94043 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -22,7 +22,6 @@ sys-cluster/pcs
 # Anna Vyalkova <cyber+gentoo@sysrq.in> (2023-05-01)
 # No supported Pythom implementations set in ebuild.
 # Masked for removal in 30 days.
-dev-python/asciimatics
 dev-python/bitbox02
 dev-python/google-cloud-storage
 dev-python/hwi


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-05-01 19:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-01 19:46 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/asciimatics/, profiles/ Anna Vyalkova

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox