diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-01-15 15:51:32 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-01-15 15:51:32 +0000 |
commit | 21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch) | |
tree | e1810a4b135afce04b34862ef0fab2bfaeb8aeca /dev-python/pystatgrab | |
parent | 7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff) |
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-python/pystatgrab')
-rw-r--r-- | dev-python/pystatgrab/Manifest | 3 | ||||
-rw-r--r-- | dev-python/pystatgrab/metadata.xml | 8 | ||||
-rw-r--r-- | dev-python/pystatgrab/pystatgrab-0.7.ebuild | 29 |
3 files changed, 0 insertions, 40 deletions
diff --git a/dev-python/pystatgrab/Manifest b/dev-python/pystatgrab/Manifest deleted file mode 100644 index 26bc07cda8ab..000000000000 --- a/dev-python/pystatgrab/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST pystatgrab-0.7.tar.gz 84472 BLAKE2B 3f56ce2dd363114f57fd99b9f3bccd42e7719bc248a8a00db2964efbc5917c218179a9efdc2fbb55e1c36a938316956603a90643407cf81b7651ec50a31a5b61 SHA512 ce239941eebe5390a9154d19891ab45fc410515bb7313083450ffd30cfe23457a1d7e2d0ccab4434c844bb6f2cbfe6080ecfd66db7728720e703ce01ea219366 -EBUILD pystatgrab-0.7.ebuild 695 BLAKE2B 7cc2810a641470418b9b9892287bccb743d231d902fc55ef243687df36e3873a3f7ce6752c5b77ea071becd0c588342c2c8197b1ca10c0b2f5c5a6c5a7c87152 SHA512 a368253941a0e54df4f41e3eb2016bc2842d201537eda3422c58ce825d7987eb3f5639c1020a3ea930cb2e798dfa96d1c740acc305d3d52b84e61d62946e9731 -MISC metadata.xml 240 BLAKE2B 41e6a4d9da33dab2decc5ff419924f382a8f64d27a81fdb97576db8c6cf125be95911747946ec8be1b453f56617fef1084f5947f84b50a8db419d46df2ae8a0f SHA512 9c23321eaa853f851bf00195ea64ac2ba093e516f9b57855ee5aa58fbb1988130c9f0c17c2a9ce9fae4ee033e0a28a70c868e0f5acdfa1dd316ab533c5279d59 diff --git a/dev-python/pystatgrab/metadata.xml b/dev-python/pystatgrab/metadata.xml deleted file mode 100644 index 7f4f33c6dbc9..000000000000 --- a/dev-python/pystatgrab/metadata.xml +++ /dev/null @@ -1,8 +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> -</pkgmetadata> diff --git a/dev-python/pystatgrab/pystatgrab-0.7.ebuild b/dev-python/pystatgrab/pystatgrab-0.7.ebuild deleted file mode 100644 index 7837d02418fc..000000000000 --- a/dev-python/pystatgrab/pystatgrab-0.7.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 flag-o-matic - -DESCRIPTION=" pystatgrab is a set of Python bindings for the libstatgrab library" -HOMEPAGE="https://www.i-scream.org/pystatgrab/" -SRC_URI="https://www.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/pystatgrab/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~x86" -IUSE="" - -RDEPEND=">=sys-libs/libstatgrab-0.91" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -python_prepare_all() { - append-flags -fno-strict-aliasing - distutils-r1_python_prepare_all -} - -python_test() { - "${PYTHON}" test.py || die -} |