diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-02-24 22:06:56 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-02-24 22:06:56 +0000 |
| commit | 0261dc041f71d8689e262bb297ddd2394c8e49e5 (patch) | |
| tree | 7a7a696ffe8d777d8ffbc46a296b942c26161332 /dev-python/sip | |
| parent | 4b10c4427684b9ac52f7eb01e53d21540edf47b5 (diff) | |
| download | baldeagleos-repo-0261dc041f71d8689e262bb297ddd2394c8e49e5.tar.gz baldeagleos-repo-0261dc041f71d8689e262bb297ddd2394c8e49e5.tar.xz baldeagleos-repo-0261dc041f71d8689e262bb297ddd2394c8e49e5.zip | |
Adding metadata
Diffstat (limited to 'dev-python/sip')
| -rw-r--r-- | dev-python/sip/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/sip/metadata.xml | 9 | ||||
| -rw-r--r-- | dev-python/sip/sip-6.8.2.ebuild | 23 | ||||
| -rw-r--r-- | dev-python/sip/sip-6.8.3.ebuild | 10 |
4 files changed, 9 insertions, 34 deletions
diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest index 3cf0129e2292..e3cd2d269ac7 100644 --- a/dev-python/sip/Manifest +++ b/dev-python/sip/Manifest @@ -1,2 +1 @@ -DIST sip-6.8.2.tar.gz 987521 BLAKE2B 318058b2c7f03cb5cdbd56628233eedf26edd10a61e7ef505d463d01542cceb19e2eb15ca82eb6679c4ae646ecbbbca636ef105a2e73c368fdc69a621a28a4c2 SHA512 7edc3d10256d6622179cb4d207227935786399de52adcffc7fa9dd9d05b32488823642ed128e30195c3e71e470c48ae49e2c2225b76116e849496d2197571d4f DIST sip-6.8.3.tar.gz 987656 BLAKE2B 57cc4010aae64eec7e0f338d9653463c7381b639aa8efca978a3f3296550a37b3a09b52933a2c2cd354a65155841952d7ca045b0b774945a382c29a8d597951e SHA512 8a0ff1c16ead4c2b1c53963a015fb3d149362f649eeec2523e6b243945493f28f5ecf29aabbf5cee5f7909ded40d64a1f469d2d0c1b3c33244e6213ab23ec733 diff --git a/dev-python/sip/metadata.xml b/dev-python/sip/metadata.xml index 098ee7c96485..9696ab80d86d 100644 --- a/dev-python/sip/metadata.xml +++ b/dev-python/sip/metadata.xml @@ -6,13 +6,8 @@ <name>Gentoo Qt Project</name> </maintainer> <upstream> - <maintainer status="active"> - <email>phil@riverbankcomputing.com</email> - <name>Phil Thompson</name> - </maintainer> - <changelog>https://www.riverbankcomputing.com/hg/sip/file/tip/NEWS</changelog> - <bugs-to>mailto:pyqt@riverbankcomputing.com</bugs-to> - <doc>https://www.riverbankcomputing.com/static/Docs/sip/</doc> + <changelog>https://github.com/Python-SIP/sip/blob/main/NEWS</changelog> + <doc>https://python-sip.readthedocs.io/en/latest/</doc> </upstream> <origin>gentoo-staging</origin> <stabilize-allarches/> diff --git a/dev-python/sip/sip-6.8.2.ebuild b/dev-python/sip/sip-6.8.2.ebuild deleted file mode 100644 index 936fa3c87b65..000000000000 --- a/dev-python/sip/sip-6.8.2.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8,9,10,11,12} ) -DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 pypi - -DESCRIPTION="Python bindings generator for C/C++ libraries" -HOMEPAGE="https://www.riverbankcomputing.com/software/sip/" - -LICENSE="|| ( GPL-2 GPL-3 SIP )" -SLOT="5" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~sparc x86" - -RDEPEND=" - dev-python/packaging[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}] - $(python_gen_cond_dep 'dev-python/tomli[${PYTHON_USEDEP}]' 3.10) -" - -distutils_enable_sphinx doc --no-autodoc diff --git a/dev-python/sip/sip-6.8.3.ebuild b/dev-python/sip/sip-6.8.3.ebuild index f44c14c1d4ba..b5022c695bfc 100644 --- a/dev-python/sip/sip-6.8.3.ebuild +++ b/dev-python/sip/sip-6.8.3.ebuild @@ -3,16 +3,20 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8,9,10,11,12} ) DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8,9,10,11,12} ) + inherit distutils-r1 pypi DESCRIPTION="Python bindings generator for C/C++ libraries" -HOMEPAGE="https://www.riverbankcomputing.com/software/sip/" +HOMEPAGE=" + https://github.com/Python-SIP/sip/ + https://pypi.org/project/sip/ +" LICENSE="|| ( GPL-2 GPL-3 SIP )" SLOT="5" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~sparc x86" RDEPEND=" dev-python/packaging[${PYTHON_USEDEP}] |
