defusedxml-0.6.0 removed

This commit is contained in:
Andreas Billmeier 2020-09-27 10:59:55 +02:00 committed by Andreas Billmeier
parent 01969f325a
commit e28290d0ab
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 1 additions and 30 deletions

View File

@ -15,6 +15,7 @@
- ua-parser
- passlib
* add homeassistant-min-0.115.3-r1, with reduced core DEPS for testing
* defusedxml-0.6.0 remove old
2020-09-25
* bump pyairvisual-5.0.2

View File

@ -1,4 +1,3 @@
DIST defusedxml-0.6.0.tar.gz 62670 BLAKE2B 352202cd8157bcd18ecb06921eb086cfc91e567dbbb18592e526caa4fed69bc76842eda849813b829ef4389d3df74303529e7f775d56be2f919783fc7fb19b04 SHA512 dd1313802cf8565fd319ef10af04075019d00cba557e6414b2a2762bd4302437a32c05cd8c9e4cec5310c68c6a95d2951acf1360244e7974d40bb3fe963b7226
EBUILD defusedxml-0.6.0-r1.ebuild 698 BLAKE2B 0c0b9098e21d82fcbf6a28fb122c605e90957fb45d4114e860e4cdaedb872b3c42bc8c31808afdad3f04b75740528712a7d613ee9c9ee1c5b7687df7c710b848 SHA512 949bb6ec7503734c747802e6faf5d495990b57054bcc43d24121c78a430b6507b0c5eecb693dbcab586980a08d55eefab779fa5da7948dc6d492af13c5b48b41
EBUILD defusedxml-0.6.0.ebuild 702 BLAKE2B 2aab1d525a508dc19ad1abed49e9090356d5507d6e2956cce6fcf3fda0f136b8b716cc61dc45898e6be1ecb07b1a80117725a22b81523d3f7c3334241a16cfbb SHA512 ef7274fdab4291dd45b7efb1138bf7c2b1ecbed6ab525068ff7d96904a790e3fe11cf109d52a48bcbbb5a91dd68b7887b93d87fd9ef15ed2a0358783fc65393f
MISC metadata.xml 384 BLAKE2B 27ce5f8830ff4e0646f95d633cbaeb85576ec01fea3bb46d7b54d2be2acd6f154ccfe8455169d61014bce03e5434eb449c2876c53a77f64bf083559985531de7 SHA512 377bdeac0f80c45f6f6f3387182e75c47e8cd526f563a1ce5305119113b4a1c4a99dc3a76bc91d81a967498645c9a23dc2746b62023dd0dc26e8d55d15424b6c

View File

@ -1,29 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy{,3} )
PYTHON_REQ_USE="xml(+)"
inherit distutils-r1
DESCRIPTION="XML bomb protection for Python stdlib modules, an xml serialiser"
HOMEPAGE="https://bitbucket.org/tiran/defusedxml https://pypi.org/project/defusedxml/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
KEYWORDS="amd64 x86 amd64-linux x86-linux"
IUSE="examples"
LICENSE="PSF-2"
SLOT="0"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
python_test() {
esetup.py test
}
python_install_all() {
use examples && local EXAMPLES=( other/. )
distutils-r1_python_install_all
}