commit: 2238741adb416ace5fc0c576466a07186b2ab247 Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de> AuthorDate: Mon May 5 14:50:09 2025 +0000 Commit: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de> CommitDate: Tue May 6 13:52:02 2025 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=2238741a
dev-python/typish: treeclean Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de> dev-python/typish/metadata.xml | 13 ------------- dev-python/typish/typish-1.9.3.ebuild | 29 ----------------------------- 2 files changed, 42 deletions(-) diff --git a/dev-python/typish/metadata.xml b/dev-python/typish/metadata.xml deleted file mode 100644 index 603d0691e..000000000 --- a/dev-python/typish/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo Science Project</name> - </maintainer> - <stabilize-allarches/> - <upstream> - <remote-id type="pypi">typish</remote-id> - <remote-id type="github">ramonhagenaars/typish</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/typish/typish-1.9.3.ebuild b/dev-python/typish/typish-1.9.3.ebuild deleted file mode 100644 index a4ecbb65f..000000000 --- a/dev-python/typish/typish-1.9.3.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_10 ) -inherit distutils-r1 - -DESCRIPTION="Functionality for types" -HOMEPAGE="https://pypi.org/project/typish/ - https://github.com/ramonhagenaars/typish" -SRC_URI=" - https://github.com/ramonhagenaars/typish/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -BDEPEND=" - test? ( - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/nptyping[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest
