diff options
author | Lucio Sauer <watermanpaint@posteo.net> | 2024-04-12 12:47:52 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-04-30 20:21:05 +0200 |
commit | 794061a3298b5716db015defa7b3e2c583b73980 (patch) | |
tree | befde12acaf6e066c8f4c64d362d5f6b8ee4caa6 /dev-python/pycxx | |
parent | stardict.eclass: inline mirror://sourceforge (diff) | |
download | gentoo-794061a3298b5716db015defa7b3e2c583b73980.tar.gz gentoo-794061a3298b5716db015defa7b3e2c583b73980.tar.bz2 gentoo-794061a3298b5716db015defa7b3e2c583b73980.zip |
*/*: inline mirror://sourceforge
bump copyright of touched ebuilds to 2024
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pycxx')
-rw-r--r-- | dev-python/pycxx/pycxx-7.1.7-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pycxx/pycxx-7.1.7.ebuild | 6 | ||||
-rw-r--r-- | dev-python/pycxx/pycxx-7.1.8.ebuild | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/dev-python/pycxx/pycxx-7.1.7-r1.ebuild b/dev-python/pycxx/pycxx-7.1.7-r1.ebuild index cadfdbb9e765..8b27cd67cefd 100644 --- a/dev-python/pycxx/pycxx-7.1.7-r1.ebuild +++ b/dev-python/pycxx/pycxx-7.1.7-r1.ebuild @@ -3,7 +3,7 @@ EAPI="8" -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{10..12} ) # DISTUTILS_USE_PEP517=setuptools broken, installs files to /usr/CXX DISTUTILS_USE_SETUPTOOLS=no @@ -11,7 +11,7 @@ inherit distutils-r1 DESCRIPTION="Set of facilities to extend Python with C++" HOMEPAGE="http://cxx.sourceforge.net" -SRC_URI="mirror://sourceforge/cxx/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/cxx/${P}.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/dev-python/pycxx/pycxx-7.1.7.ebuild b/dev-python/pycxx/pycxx-7.1.7.ebuild index 520c93fdfd83..0ee747e851dc 100644 --- a/dev-python/pycxx/pycxx-7.1.7.ebuild +++ b/dev-python/pycxx/pycxx-7.1.7.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) # DISTUTILS_USE_PEP517=setuptools broken, installs files to /usr/CXX DISTUTILS_USE_SETUPTOOLS=no @@ -11,7 +11,7 @@ inherit distutils-r1 DESCRIPTION="Set of facilities to extend Python with C++" HOMEPAGE="http://cxx.sourceforge.net" -SRC_URI="mirror://sourceforge/cxx/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/cxx/${P}.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/dev-python/pycxx/pycxx-7.1.8.ebuild b/dev-python/pycxx/pycxx-7.1.8.ebuild index cadfdbb9e765..8b27cd67cefd 100644 --- a/dev-python/pycxx/pycxx-7.1.8.ebuild +++ b/dev-python/pycxx/pycxx-7.1.8.ebuild @@ -3,7 +3,7 @@ EAPI="8" -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{10..12} ) # DISTUTILS_USE_PEP517=setuptools broken, installs files to /usr/CXX DISTUTILS_USE_SETUPTOOLS=no @@ -11,7 +11,7 @@ inherit distutils-r1 DESCRIPTION="Set of facilities to extend Python with C++" HOMEPAGE="http://cxx.sourceforge.net" -SRC_URI="mirror://sourceforge/cxx/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/cxx/${P}.tar.gz" LICENSE="BSD" SLOT="0" |