diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-17 13:02:36 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-17 16:28:58 +0100 |
commit | a8def75945e5976802b2cf29e90758f64cc3daf2 (patch) | |
tree | bda333646a56dcf69130a6c3c8ae8e1fbde747d7 /dev-python/sphinxcontrib-trio | |
parent | dev-python/rtslib-fb: Use pypi.eclass (diff) | |
download | gentoo-a8def75945e5976802b2cf29e90758f64cc3daf2.tar.gz gentoo-a8def75945e5976802b2cf29e90758f64cc3daf2.tar.bz2 gentoo-a8def75945e5976802b2cf29e90758f64cc3daf2.zip |
dev-python/sphinxcontrib-trio: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sphinxcontrib-trio')
-rw-r--r-- | dev-python/sphinxcontrib-trio/sphinxcontrib-trio-1.1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/sphinxcontrib-trio/sphinxcontrib-trio-1.1.2.ebuild b/dev-python/sphinxcontrib-trio/sphinxcontrib-trio-1.1.2.ebuild index 0ab33da7cf54..d12a14f4e202 100644 --- a/dev-python/sphinxcontrib-trio/sphinxcontrib-trio-1.1.2.ebuild +++ b/dev-python/sphinxcontrib-trio/sphinxcontrib-trio-1.1.2.ebuild @@ -3,15 +3,15 @@ EAPI=8 +PYPI_NO_NORMALIZE=1 PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Make Sphinx better at documenting Python functions and methods" HOMEPAGE=" https://github.com/python-trio/sphinxcontrib-trio https://pypi.org/project/sphinxcontrib-trio " -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="|| ( Apache-2.0 MIT )" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86" |