diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-01-03 19:17:21 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-01-03 19:17:21 +0000 |
commit | 81e4fbcb846ed1cabdad699c0029b166dd7273b7 (patch) | |
tree | 16f1236b7a386949c02a6e3c13d0fcd8298fa133 /dev-python/authres | |
parent | a70f42c65202d88c203c40910fef8f96f333d1ee (diff) |
gentoo resync : 03.01.2018
Diffstat (limited to 'dev-python/authres')
-rw-r--r-- | dev-python/authres/Manifest | 2 | ||||
-rw-r--r-- | dev-python/authres/authres-0.701.ebuild | 23 |
2 files changed, 0 insertions, 25 deletions
diff --git a/dev-python/authres/Manifest b/dev-python/authres/Manifest index 612489eb5bf4..3decd54166f6 100644 --- a/dev-python/authres/Manifest +++ b/dev-python/authres/Manifest @@ -1,5 +1,3 @@ -DIST authres-0.701.tar.gz 18878 BLAKE2B 27dbf9aea7047a2c1746e4aea1b948128a13cea8d3107b48701b122f2b4a2d4702098e3d7405e3371580da5b2f05dc574ca82b43c4404ea3add5fca6a7d77b5f SHA512 e4482a8c5494a550a76a0d0b8b0d406d257da271d8fae901569a960d2f90ec616c5de48a578240e831c29f9345d128ecc9cba6f05befbb03f5cd90b4c26af422 DIST authres-0.800.tar.gz 19863 BLAKE2B 01f9264a78ef5a3ee9fa1db17dd4fc5d1e849a5f297f610ab0bda09f4900bca15e63d71c2312e12b1e6173213d3eef938dae996c7bcc599de496b6c77001de87 SHA512 d9e73309064e396c51ed55394ce505c21869d267922df55b6723cb6b2409282c7827d35d381877b5f08e037042e015d59246603d51219c829df7b81011499fe7 -EBUILD authres-0.701.ebuild 602 BLAKE2B 6fff2759b45ac6dc19ce7e077afb96a551790d67dafd3a30b2a9f95e520ea361676db5353d208f63b76f3f5cbf8c857429801af5bc3202c720a68aad2555ab7f SHA512 ff79dd071fb0ab48f970d8d7f6c052111e9805083b244fa55188c4cb3350e05313d6edaa3f8eb47245c6364888958e1e194a5cbc94c11bf2bc415a92453f7f92 EBUILD authres-0.800.ebuild 611 BLAKE2B ef0bbff067ba7494883787236c2dbb54de6fee50adbbc343312fe0a5e9de4f64c5251fada05534ef72a466664d7142890ebe09058fb662ab610b255152d5e575 SHA512 9d499251c91245a5461166b6fa91c7e7bc466777e642c9a112c2a9339a6ff5fb7791526f107b936ccb6b39c1a2c79bea5e5e631ced1a5d93710b24c333fee10a MISC metadata.xml 659 BLAKE2B 96a0bbbd3a801f527d61237bf4de6b1140cdbb316571efbf4934a0398b6f171ea04bb9c80eca90809ba00eb4b8a2bf9806442752d58e5fc2b43e5c7438425762 SHA512 166514ed6b7ff4e3a3acb703da72e72865ef51b067595375f36bc45541483629582828980befba2711d7b7555f571b91c777162a0996ce57f735a0934c4dfb9d diff --git a/dev-python/authres/authres-0.701.ebuild b/dev-python/authres/authres-0.701.ebuild deleted file mode 100644 index 36c972c7dc80..000000000000 --- a/dev-python/authres/authres-0.701.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} pypy ) - -inherit distutils-r1 - -DESCRIPTION="Authentication Results Header Module" -HOMEPAGE="https://launchpad.net/authentication-results-python https://pypi.python.org/pypi/authres" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -KEYWORDS="amd64 x86" -SLOT="0" -IUSE="" - -DOCS=( CHANGES README ) - -python_test() { - "${PYTHON}" -c "import sys, ${PN}, doctest; f, t = doctest.testfile('${PN}/tests'); \ - sys.exit(bool(f))" || return -} |