diff options
| author | Simeon Simeonov | 2023-07-03 21:23:22 +0200 |
|---|---|---|
| committer | Simeon Simeonov | 2023-07-03 21:23:22 +0200 |
| commit | 8d4f5a466dca1ea93743e917156d119f31ded09c (patch) | |
| tree | 1c4a77013aeefeb406d27f87648095c2f0d49048 /dev-python/etoolkit/etoolkit-1.2.0.ebuild | |
| parent | 9ce9f3a8b6347e814fbe3c75ced0e7e8f5a10942 (diff) | |
Add Python 3.12 support for dev-python/etoolkit/etoolkit-1.2.0.ebuild and fix sources
Diffstat (limited to 'dev-python/etoolkit/etoolkit-1.2.0.ebuild')
| -rw-r--r-- | dev-python/etoolkit/etoolkit-1.2.0.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/etoolkit/etoolkit-1.2.0.ebuild b/dev-python/etoolkit/etoolkit-1.2.0.ebuild index f8d255c..df53f69 100644 --- a/dev-python/etoolkit/etoolkit-1.2.0.ebuild +++ b/dev-python/etoolkit/etoolkit-1.2.0.ebuild | |||
| @@ -1,10 +1,10 @@ | |||
| 1 | # Copyright 1999-2022 Gentoo Authors | 1 | # Copyright 1999-2023 Gentoo Authors |
| 2 | # Distributed under the terms of the GNU General Public License v2 | 2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | ||
| 4 | EAPI=8 | 4 | EAPI=8 |
| 5 | 5 | ||
| 6 | DISTUTILS_USE_PEP517=setuptools | 6 | DISTUTILS_USE_PEP517=setuptools |
| 7 | PYTHON_COMPAT=( python3_{8..11} ) | 7 | PYTHON_COMPAT=( python3_{8..12} ) |
| 8 | 8 | ||
| 9 | inherit distutils-r1 verify-sig | 9 | inherit distutils-r1 verify-sig |
| 10 | 10 | ||
| @@ -14,11 +14,11 @@ MY_PN="etoolkit" | |||
| 14 | MY_P="${MY_PN}-${PV}" | 14 | MY_P="${MY_PN}-${PV}" |
| 15 | 15 | ||
| 16 | SRC_URI=" | 16 | SRC_URI=" |
| 17 | mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz | 17 | https://github.com/blackm0re/etoolkit/releases/download/${PV}/${MY_P}.tar.gz |
| 18 | verify-sig? ( https://github.com/blackm0re/etoolkit/releases/download/${PV}/${MY_P}.tar.gz.asc ) | 18 | verify-sig? ( https://github.com/blackm0re/etoolkit/releases/download/${PV}/${MY_P}.tar.gz.asc ) |
| 19 | " | 19 | " |
| 20 | 20 | ||
| 21 | KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" | 21 | KEYWORDS="amd64 arm arm64 ppc ppc64 sparc x86" |
| 22 | S="${WORKDIR}/${MY_P}" | 22 | S="${WORKDIR}/${MY_P}" |
| 23 | 23 | ||
| 24 | LICENSE="GPL-3+" | 24 | LICENSE="GPL-3+" |
