summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/expects')
-rw-r--r--dev-python/expects/expects-0.9.0-r1.ebuild (renamed from dev-python/expects/expects-0.9.0.ebuild)21
-rw-r--r--dev-python/expects/metadata.xml2
2 files changed, 15 insertions, 8 deletions
diff --git a/dev-python/expects/expects-0.9.0.ebuild b/dev-python/expects/expects-0.9.0-r1.ebuild
index 6449842ca758..5e2c5d560a52 100644
--- a/dev-python/expects/expects-0.9.0.ebuild
+++ b/dev-python/expects/expects-0.9.0-r1.ebuild
@@ -1,15 +1,18 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-PYTHON_COMPAT=( python3_{7,8,9} )
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Expressive and extensible TDD/BDD assertion library for Python"
-HOMEPAGE="https://github.com/jaimegildesagredo/expects"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+HOMEPAGE="
+ https://github.com/jaimegildesagredo/expects/
+ https://pypi.org/project/expects/
+"
LICENSE="Apache-2.0"
SLOT="0"
@@ -17,7 +20,11 @@ KEYWORDS="amd64 arm64"
IUSE="test"
RESTRICT="!test? ( test )"
-BDEPEND="test? ( dev-python/mamba[${PYTHON_USEDEP}] )"
+BDEPEND="
+ test? (
+ dev-python/mamba[${PYTHON_USEDEP}]
+ )
+"
distutils_enable_sphinx docs
diff --git a/dev-python/expects/metadata.xml b/dev-python/expects/metadata.xml
index d45da0f37ae3..4dacbb4570ba 100644
--- a/dev-python/expects/metadata.xml
+++ b/dev-python/expects/metadata.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!--maintainer-needed-->
<upstream>