commit: 60fe214593e2e886f27d762a4733644318400f2a Author: Julien Roy <julien <AT> jroy <DOT> ca> AuthorDate: Mon May 13 22:17:10 2024 +0000 Commit: Julien Roy <julien <AT> jroy <DOT> ca> CommitDate: Mon May 13 22:18:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=60fe2145
dev-python/wheezy-template: treeclean Closes: https://bugs.gentoo.org/884691 Closes: https://bugs.gentoo.org/921903 Closes: https://bugs.gentoo.org/931442 Signed-off-by: Julien Roy <julien <AT> jroy.ca> dev-python/wheezy-template/Manifest | 1 - dev-python/wheezy-template/metadata.xml | 8 ------- .../wheezy-template/wheezy-template-3.1.0.ebuild | 26 ---------------------- 3 files changed, 35 deletions(-) diff --git a/dev-python/wheezy-template/Manifest b/dev-python/wheezy-template/Manifest deleted file mode 100644 index adbbef0ea0..0000000000 --- a/dev-python/wheezy-template/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST wheezy.template-3.1.0.gh.tar.gz 66965 BLAKE2B 6cbaa6e5656a0b3bf417ed500770c97f2207f97822ccdf624c87cb0f3c0d2fa3b1a2269641325c6d6138568aeff3bcc417e6e4896186e2fe7c1b31a15e2d7365 SHA512 f73bb03c6c4d1d34f493ea4e97014a2bd2e14eba3fde5f7fc84a05036a0fdce35ebf4b0ab2ba9ead2a6bec73c416c2f477e44281a437fe776abb009293e1eab3 diff --git a/dev-python/wheezy-template/metadata.xml b/dev-python/wheezy-template/metadata.xml deleted file mode 100644 index 3f9430b089..0000000000 --- a/dev-python/wheezy-template/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="github">akornatskyy/wheezy.template</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/wheezy-template/wheezy-template-3.1.0.ebuild b/dev-python/wheezy-template/wheezy-template-3.1.0.ebuild deleted file mode 100644 index 553840e61c..0000000000 --- a/dev-python/wheezy-template/wheezy-template-3.1.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -# Tests aren't passing with PEP517 -#DISTUTILS_USE_PEP517="setuptools" -PYTHON_COMPAT=( python3_10 ) - -inherit distutils-r1 - -MY_PN="wheezy.template" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="lightweight template library" -HOMEPAGE="https://github.com/akornatskyy/wheezy.template" -# as usual pypi doesn't contains tests -SRC_URI="https://github.com/akornatskyy/wheezy.template/archive/refs/tags/${PV}.tar.gz -> ${MY_P}.gh.tar.gz" -S="${WORKDIR}/${MY_P}" -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -DEPEND="dev-python/cython[${PYTHON_USEDEP}]" - -distutils_enable_tests pytest
