Files
gentoo/dev-python/sentinels/sentinels-1.0.0.ebuild
Sam James d89084b694 dev-python/sentinels: drop trailing full stop from DESCRIPTION
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
2021-12-26 00:18:57 +00:00

19 lines
419 B
Bash

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Python Sentinels class which are objects with special meanings"
HOMEPAGE="https://pypi.org/project/sentinels"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 x86"
distutils_enable_tests nose