From 0f558761aa2dee1017b4751e4017205e015a9560 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 29 Jun 2022 12:04:12 +0100 Subject: gentoo resync : 29.12.2022 --- dev-python/smartypants/smartypants-2.0.1-r1.ebuild | 39 +++++++++++++--------- 1 file changed, 23 insertions(+), 16 deletions(-) (limited to 'dev-python/smartypants/smartypants-2.0.1-r1.ebuild') diff --git a/dev-python/smartypants/smartypants-2.0.1-r1.ebuild b/dev-python/smartypants/smartypants-2.0.1-r1.ebuild index c4a5c111cae5..773d6e56c5d0 100644 --- a/dev-python/smartypants/smartypants-2.0.1-r1.ebuild +++ b/dev-python/smartypants/smartypants-2.0.1-r1.ebuild @@ -4,28 +4,35 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{6..10} ) - -MY_PN="${PN}.py" -MY_P="${MY_PN}-${PV}" +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 +MY_P="${PN}.py-${PV}" DESCRIPTION="ASCII quote-dot-dash to HTML entity converter" -HOMEPAGE="https://pypi.python.org/pypi/smartypants/" - -if [[ ${PV} = 9999* ]]; then - EGIT_REPO_URI="https://github.com/leohemsted/smartypants.py.git" - EGIT_BRANCH="master" - inherit git-r3 -else - SRC_URI="https://github.com/leohemsted/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv sparc x86" - S="${WORKDIR}/${MY_P}" -fi +HOMEPAGE=" + https://pypi.org/project/smartypants/ + https://github.com/leohemsted/smartypants.py/ +" +SRC_URI=" + https://github.com/leohemsted/smartypants.py/archive/v${PV}.tar.gz + -> ${P}.tar.gz +" +S=${WORKDIR}/${MY_P} LICENSE="MIT" SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv sparc x86" distutils_enable_sphinx docs -distutils_enable_tests setup.py +distutils_enable_tests unittest + +src_prepare() { + # relevant only to upstream packaging, requires docutils + rm tests/test_setup.py || die + distutils-r1_src_prepare +} + +python_test() { + eunittest -s tests +} -- cgit v1.2.3