dev-python/asset: Clean old versions up

This commit is contained in:
Michał Górny
2017-05-02 14:16:37 +02:00
parent 2c865c41b9
commit 7a478ebbfe
7 changed files with 0 additions and 197 deletions

View File

@@ -1,6 +1 @@
DIST asset-0.6.1.tar.gz 20613 SHA256 071fcbf93b03d791b4e301c1459dc6bd1779407f9c0326fa136f03449c4bb4c4 SHA512 6fa20888220e83a0a122b8ab63e531551724c64476c3fce8f47f784731710fa3328fa4ac3855bde5fb4caed47274f0492e14df438cf7857c0e5437f33217b672 WHIRLPOOL ca266bb9969e7b4f1b8a7940928ac3dac169374b5c7e44af091f112dcee975ed8d699bcf864645c2122ca3b503e54357a25884d7d2f97c32ae6ad67d67354fc9
DIST asset-0.6.10.tar.gz 27844 SHA256 0fe8b24f095c7bc6700e94df99eef91ab7135ce665056b45f8e17316d2019142 SHA512 61018e86f8b75a9567ab6c3007c4753c52444e73307b92d51a37cd3841ac3d06c76d41326008f19c7f7911338eebd56f2dff637e0e1b44347cf66dee3470173f WHIRLPOOL d0f579d11b800c618e87bb099ae4a6de475d202f97321293e93f1796eee11b913fe6f0c03b257584b522e111faee0628f87bde215c0522c9e5d2c8ee8bd52b80
DIST asset-0.6.11.tar.gz 28071 SHA256 985bf10e0123911ce5ca549598f84b483a908588c7e57d89fa70627d252d391e SHA512 b9c002febd234d1342de92279a0e1fbaf30d53e9efa46e3ca2cfced43f4a9582bf731545185f868752a20d97c5ab0f7b5fbb453c1fdfe4e67d6bfcab222d0bc7 WHIRLPOOL 96b4860c5351cc899ddc74569182ebf90f43296963d401e15c4b136e9de8cd6908c0ff1a12575f5203d696b0179d6520d1b1d22140bb4c13d6f1b2dbbb2cbf37
DIST asset-0.6.2.tar.gz 20961 SHA256 5d4e5735a28408e84a61cbf22b41736fa2dfbe8807df2a4b50d2fa8ef3e0f0f9 SHA512 c1337b28cb55127e987003f2c4f14df6dd2b86252e8884a44e10f6aede2387ddeb007f8e0426417dc1ec1fa56c4d5d4491173bf451542caf9f6ac5c78b871f90 WHIRLPOOL b68c268ad8b446da1770105aec70e3e45969a4906c290831c22375c9a7c2788f7c64493ad6970e20b5521a2a6d016aef708098b2b03549703e059678ba51e89c
DIST asset-0.6.3.tar.gz 21110 SHA256 1ac30617c42afb30c7bdaf87ff933e956067287b4b2d6cc04e34bd658b5bde46 SHA512 3898b1cac3cabd7aa9134ebbc2d47924f3cb4940b884a835f45fb9e5ffcf502f55f74322bdf1f99fbb3ecdeb07056ac32eba245b0456adc8bc7cc1230814c336 WHIRLPOOL 4122457260312645c2c2d17a1185d93be8c34a5dfd5358c35c07ec3650ac1af89252bea94ed1e27252ee4011115390348fb7a4b07928a8cae4644ba40913466e
DIST asset-0.6.4.tar.gz 23956 SHA256 54bdeb133100335f169cd6a586ccfa7619673cb6015e32d9a882e4d778d1225e SHA512 14992a6db2a4ec2bcf2c6624998e1cbed4c956cd5a97092e8453236c0ea15d071d8d1e7098933f7d15467269047fdad88f4c4970fac27691b195147147c9d643 WHIRLPOOL 6e454cf38748b8c92af1670478504cac468d4f462ae71ae29718b68706a7eafb37fddabb47435f1099dce1d41d17a82b8987e6c4835c6283b8295e6aacd2e356

View File

@@ -1,40 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
PYTHON_COMPAT=( python2_7 python3_4 )
inherit distutils-r1
DESCRIPTION="A package resource and symbol loading helper library"
HOMEPAGE="https://pypi.python.org/pypi/asset https://github.com/metagriffin/asset"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
SLOT="0"
LICENSE="GPL-3+"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="
>=dev-python/globre-0.0.5[${PYTHON_USEDEP}]
>=dev-python/six-1.4.1[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}
test? (
>=dev-python/nose-1.3.0[${PYTHON_USEDEP}]
>=dev-python/pxml-0.2.11[${PYTHON_USEDEP}]
)"
PATCHES=( "${FILESDIR}"/${P}-broken-test.patch )
python_prepare_all() {
sed \
-e '/distribute/d' \
-i setup.py || die
distutils-r1_python_prepare_all
}
python_test() {
nosetests --verbose || die
}

View File

@@ -1,32 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
PYTHON_COMPAT=( python2_7 python3_4 )
inherit distutils-r1
DESCRIPTION="A package resource and symbol loading helper library"
HOMEPAGE="https://pypi.python.org/pypi/asset https://github.com/metagriffin/asset"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
SLOT="0"
LICENSE="GPL-3+"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="
>=dev-python/aadict-0.2.2[${PYTHON_USEDEP}]
>=dev-python/globre-0.0.5[${PYTHON_USEDEP}]
>=dev-python/six-1.4.1[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}
test? (
>=dev-python/nose-1.3.0[${PYTHON_USEDEP}]
>=dev-python/pxml-0.2.11[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
}

View File

@@ -1,33 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
PYTHON_COMPAT=( python2_7 python3_4 )
inherit distutils-r1
DESCRIPTION="A package resource and symbol loading helper library"
HOMEPAGE="https://pypi.python.org/pypi/asset https://github.com/metagriffin/asset"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
SLOT="0"
LICENSE="GPL-3+"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="
>=dev-python/globre-0.0.5[${PYTHON_USEDEP}]
>=dev-python/six-1.4.1[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}
test? (
>=dev-python/nose-1.3.0[${PYTHON_USEDEP}]
>=dev-python/pxml-0.2.11[${PYTHON_USEDEP}]
)"
PATCHES=( "${FILESDIR}"/${PN}-0.6.1-broken-test.patch )
python_test() {
nosetests --verbose || die
}

View File

@@ -1,31 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
PYTHON_COMPAT=( python2_7 python3_4 )
inherit distutils-r1
DESCRIPTION="A package resource and symbol loading helper library"
HOMEPAGE="https://pypi.python.org/pypi/asset https://github.com/metagriffin/asset"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
SLOT="0"
LICENSE="GPL-3+"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="
>=dev-python/globre-0.0.5[${PYTHON_USEDEP}]
>=dev-python/six-1.4.1[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}
test? (
>=dev-python/nose-1.3.0[${PYTHON_USEDEP}]
>=dev-python/pxml-0.2.11[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
}

View File

@@ -1,32 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
PYTHON_COMPAT=( python2_7 python3_4 )
inherit distutils-r1
DESCRIPTION="A package resource and symbol loading helper library"
HOMEPAGE="https://pypi.python.org/pypi/asset https://github.com/metagriffin/asset"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
SLOT="0"
LICENSE="GPL-3+"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="
>=dev-python/aadict-0.2.2[${PYTHON_USEDEP}]
>=dev-python/globre-0.0.5[${PYTHON_USEDEP}]
>=dev-python/six-1.4.1[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}
test? (
>=dev-python/nose-1.3.0[${PYTHON_USEDEP}]
>=dev-python/pxml-0.2.11[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
}

View File

@@ -1,24 +0,0 @@
asset/test.py | 3 +++
1 file changed, 3 insertions(+)
diff --git a/asset/test.py b/asset/test.py
index 992e5fc..c8aab32 100644
--- a/asset/test.py
+++ b/asset/test.py
@@ -24,6 +24,8 @@ import pxml
import xml.etree.ElementTree as ET
import six
+from nose.plugins.skip import SkipTest
+
import asset
#------------------------------------------------------------------------------
@@ -107,6 +109,7 @@ line-2</node>
])
#----------------------------------------------------------------------------
+ @SkipTest
def test_filename(self):
# NOTE: this requires that `pxml` was installed as a zipped egg, and
# `globre` as an UNzipped egg, i.e.: