diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-09-02 14:09:07 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-09-02 14:09:07 +0100 |
commit | b17a3ef12038de50228bade1f05502c74e135321 (patch) | |
tree | 9026dffec53f92cba48ca9a500a4f778e6304380 /dev-python/pylzma | |
parent | 3cf7c3ef441822c889356fd1812ebf2944a59851 (diff) |
gentoo resync : 02.09.2020
Diffstat (limited to 'dev-python/pylzma')
-rw-r--r-- | dev-python/pylzma/Manifest | 3 | ||||
-rw-r--r-- | dev-python/pylzma/metadata.xml | 11 | ||||
-rw-r--r-- | dev-python/pylzma/pylzma-0.4.9.ebuild | 31 |
3 files changed, 0 insertions, 45 deletions
diff --git a/dev-python/pylzma/Manifest b/dev-python/pylzma/Manifest deleted file mode 100644 index 425d138e708e..000000000000 --- a/dev-python/pylzma/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST pylzma-0.4.9.gh.tar.gz 4083321 BLAKE2B de9ec578665b05b9d13370293f1e119d9bdfd4ba63b3c9d5168b794f82cee5a1cce6dbe45d5bc92d6714c0b56759dab9e578c63b6821754bd01b2aa66c34895b SHA512 d2316fcab50e4571a590985db8f132488cc4e12a45ecbcd5d21c356c4867bad671eed2e4ffda64735eb5b7e34f173a77fad65ebac9915a43cc9a17cbcf1ac62e -EBUILD pylzma-0.4.9.ebuild 811 BLAKE2B 9ce59a72ecf47d4fb9e13b73def22207b1e0885c7d3b94dd5081b20e49b02c3a3846c95352a3f4bda411e2adf3e734534c9759a4c1b3a9b1b08999fea3752e65 SHA512 515d31feaba0b163fbae7e06f72cd2fa7f5d2ba593fc522801b63d5c2aeb65eaa81649d9fe55027bd3ac92df4a7c3aca7cf2e706a6acd0a97f38fa875f16f12e -MISC metadata.xml 309 BLAKE2B 7cc33bb32635e06c0b8aa5668260dbc03eb1fca3beb9eca60a10c08a28ccc9df2bf9a7b0009746b5bf5cabda9c0a5ae8b0b005d1e45770ac7d8202d41f0beab2 SHA512 2511d647822514d4571c14fd77677fcf275300b12c748645696218608cb0baea9603c1de13599f1ec839783fbe1a99447a0b9c5cfb6be3ed1b354420815daaca diff --git a/dev-python/pylzma/metadata.xml b/dev-python/pylzma/metadata.xml deleted file mode 100644 index 6171c645d955..000000000000 --- a/dev-python/pylzma/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <upstream> - <remote-id type="pypi">pylzma</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/pylzma/pylzma-0.4.9.ebuild b/dev-python/pylzma/pylzma-0.4.9.ebuild deleted file mode 100644 index 5385fb98accf..000000000000 --- a/dev-python/pylzma/pylzma-0.4.9.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=(python2_7) -inherit distutils-r1 - -DESCRIPTION="Python bindings for the LZMA compression library" -HOMEPAGE="https://www.joachim-bauch.de/projects/pylzma/ - https://pypi.org/project/pylzma/" -# pypi tarball does not include test data -SRC_URI="https://github.com/fancycode/pylzma/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" - -DOCS=(doc/USAGE.md README.md) - -python_compile() { - python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing" - distutils-r1_python_compile -} - -python_test() { - "${PYTHON}" -m unittest discover -v || die "Tests fail with ${EPYTHON}" -} |