diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-12-02 13:41:39 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-12-02 13:41:39 +0000 |
| commit | a80446d8f6efb842585a87ae2e69b1fe99b2e3d4 (patch) | |
| tree | 9e524b581974a6437ebaebaa64587f25e2c71bc3 /dev-python/python-xmlsec | |
| parent | 3aa206b4455b83dcdcc08a12da863f3eb7f8b0ab (diff) | |
| download | baldeagleos-repo-a80446d8f6efb842585a87ae2e69b1fe99b2e3d4.tar.gz baldeagleos-repo-a80446d8f6efb842585a87ae2e69b1fe99b2e3d4.tar.xz baldeagleos-repo-a80446d8f6efb842585a87ae2e69b1fe99b2e3d4.zip | |
Adding metadata
Diffstat (limited to 'dev-python/python-xmlsec')
| -rw-r--r-- | dev-python/python-xmlsec/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/python-xmlsec/python-xmlsec-1.3.11.ebuild | 42 | ||||
| -rw-r--r-- | dev-python/python-xmlsec/python-xmlsec-1.3.12.ebuild | 2 |
3 files changed, 1 insertions, 44 deletions
diff --git a/dev-python/python-xmlsec/Manifest b/dev-python/python-xmlsec/Manifest index d283c819e1cd..741cd6ebaccf 100644 --- a/dev-python/python-xmlsec/Manifest +++ b/dev-python/python-xmlsec/Manifest @@ -1,2 +1 @@ -DIST python-xmlsec-1.3.11.tar.gz 75023 BLAKE2B 87fe4b47a9df6bc2fb2f1a459fa20240d9d5c92e0f7fa9bfc466e1fbfc0e3f12d90d01f5c7a6eac1389ea3252b8267a545203edf34c30117573bada9a7f5481a SHA512 fe0144d67edcad366b1d0f4615983f5630afd8f22aa056f46d1e6564f1c3114c0a469675e64a06591540515b0d12b5bf9304845f5138b24e15acaf4e5b861961 DIST python-xmlsec-1.3.12.tar.gz 77722 BLAKE2B b5ecece8063b823cdbe4d58967d10026bdc6f3774954021a3739d579ba3c5a08130af1792921c7892e6bc3d00f88ac83ab30e862775e419e0dad40b990b10cbe SHA512 19c5e3bf58b4b0f8a1cca3e60c08348b02ae298620f8c02b8cfb325aecf0313cb2bd1af89507b754ebe4c35af3b031e232d15ddcd42deae0821c9c0d7571aa7c diff --git a/dev-python/python-xmlsec/python-xmlsec-1.3.11.ebuild b/dev-python/python-xmlsec/python-xmlsec-1.3.11.ebuild deleted file mode 100644 index 7e257e8d50ad..000000000000 --- a/dev-python/python-xmlsec/python-xmlsec-1.3.11.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{6,7,8,9,10} ) -inherit distutils-r1 - -DESCRIPTION="Python bindings for the XML Security Library" -HOMEPAGE="https://github.com/mehcode/python-xmlsec" -SRC_URI="https://github.com/mehcode/python-xmlsec/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~ppc64 x86" - -DEPEND=" - dev-libs/xmlsec:= -" -RDEPEND="${DEPEND} - dev-python/lxml[${PYTHON_USEDEP}] -" -BDEPEND="${RDEPEND} - dev-python/pkgconfig[${PYTHON_USEDEP}] - dev-python/wheel[${PYTHON_USEDEP}] - test? ( - dev-python/hypothesis[${PYTHON_USEDEP}] - )" - -PATCHES=( - "${FILESDIR}/${P}-fix-xml-testfail.patch" -) - -distutils_enable_tests pytest - -python_prepare_all() { - sed -e "s:use_scm_version=.*:version='${PV}',:" \ - -e "/setup_requires/ d" \ - -i setup.py || die - - distutils-r1_python_prepare_all -} diff --git a/dev-python/python-xmlsec/python-xmlsec-1.3.12.ebuild b/dev-python/python-xmlsec/python-xmlsec-1.3.12.ebuild index 07727ee72459..9c30d9b677e5 100644 --- a/dev-python/python-xmlsec/python-xmlsec-1.3.12.ebuild +++ b/dev-python/python-xmlsec/python-xmlsec-1.3.12.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/mehcode/python-xmlsec/archive/${PV}.tar.gz -> ${P}.t LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" +KEYWORDS="amd64 ~ppc64 x86" RDEPEND="dev-libs/xmlsec:= dev-python/lxml[${PYTHON_USEDEP}]" |
