Merge pull request #601 from ajeddeloh/rm-python-packages

dev-python/*: remove unused packages
This commit is contained in:
Andrew Jeddeloh 2017-11-02 09:56:22 -07:00 committed by GitHub
commit 4cd7dbe3de
167 changed files with 0 additions and 7417 deletions

View File

@ -1,6 +0,0 @@
AUX pypy-test.patch 1863 SHA256 261e06853dab43c55def0dc86a8380a80faf3e3364287850f6b9764d801419da SHA512 474805cd55ae930b3d2f0595549b74f8a718ad21de016204367f5513d69afc5a6ad4f43b44162a5b752a820f642ef5600c2c3f7e7111839b1d3ef0d95a7819ad WHIRLPOOL 14c14112d7c9def7096f97a44fedd82b5b042c96e098210cc4c6fb07502a702f5c86130e134d291f8754e8cc00a74733b972ebc84b36496bc74be945add2060b
DIST logilab-astng-0.24.3.tar.gz 106660 SHA256 e08fba39689e5a4dfa175749874811e516f019656544874defe05154073f69d4 SHA512 fb1e46ebf7111d727cd9d187968cb349dc23dfba0d4d8c6c793a8c081d4506f11e488074cc51b632c525aa264cfa50279dda90f0cf35dc2120ebbf4714902525 WHIRLPOOL 75941724a2c4448a27b37750a83dbc04e4a02540233418b0eab364a3ddfdc3a5e03efacc58422d7fb6f68609f126e269c662aa17dbc395067b45182155559589
EBUILD astng-0.24.3.ebuild 1470 SHA256 522e6094ab307ca758c6f6735d74f6c0c4bdaf16e9793dfcb645f50106ae2ce4 SHA512 d9023e522a2d1961150f5b14f96b290497f1ccb70166846860f585de6d8c7b063124e214c335e74938b364342c3bb58239bfee7615853712efd2adc6e3b49b71 WHIRLPOOL 1662120f92ead832edeaa033b0b0d783d1b8ada1fc10083e47fad90fcc05ae38346586bf4d51bf319524e18ff3734283c5fd3120f6a03a35f92a8e209ae483c9
MISC ChangeLog 2718 SHA256 82bf6c1466a737d504f60c57b1c4fcecb9cce06a74137887a5943aa40038120b SHA512 30a3a4a29d14e2ab173ebcdccab77f970cf7834831ad74d43e6d3609a60a06d84c9a1fb01104fc5475911a21c6eb225f8d2826862753d0ee1e66de62ddb046d0 WHIRLPOOL d31d1ec225f646ad18f6ada54aa5b1bb282daebe8698cddb407b623b7ba63f544ed0321541874e6a9cf40133ab2cdb55e4ada66b6900cb219cc75d4c1fc18f7e
MISC ChangeLog-2015 11553 SHA256 7b1f5e7f02aa7b6f089102d59c0b0506a7480d1b3186ac10b312874710ccb580 SHA512 ae2ea264f0e7d588f84107bd4e85b3cb970b1515b6fcb84bf2d2ac77c1b6a62cd8bd9187620913a52b4221a3bd5d9a68e3202020c4dc7c229aaae195f9bedfdc WHIRLPOOL 107957bb3a95c57df29b29e2cffb85058e1e544324db4adf55237cb8510685b68e66859c505b8a7cdb325cc114cf33fff24f127e1ea82eaa1bdea7bb0bb94c93
MISC metadata.xml 1068 SHA256 805aa8de63143d3ad9be5539436bb67a5b8ed8f53a27571c39e5bff838de30dc SHA512 c31304cd3895351242c47fef547bc6277421cc634b63862bbb84de081b0638a3020a6347510fff386d78aad432ee6382f8d7f4e1766aa1af32c2b44e83425cc2 WHIRLPOOL ef1441f5ccdea220f5e2838cfda96a0ae22740213fbd0c1a18ebb9c45757fb5818c40af60873a714b744b4e8acc9638bd5e28b3c2ed2eef15dfeba1ea0ac2df6

View File

@ -1,45 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
inherit distutils-r1
DESCRIPTION="Abstract Syntax Tree for logilab packages"
HOMEPAGE="http://www.logilab.org/project/logilab-astng https://pypi.python.org/pypi/logilab-astng"
SRC_URI="ftp://ftp.logilab.org/pub/astng/logilab-${P}.tar.gz mirror://pypi/l/logilab-astng/logilab-${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86 ~x64-macos ~x86-macos"
IUSE="test"
# Version specified in __pkginfo__.py.
RDEPEND=">=dev-python/logilab-common-0.59.0[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( >=dev-python/egenix-mx-base-3.0.0[$(python_gen_usedep 'python2*')] )"
S="${WORKDIR}/logilab-${P}"
RESTRICT="test" # erroneous failures
# a wit; pypy reports astng modules differently
PATCHES=( "${FILESDIR}"/pypy-test.patch )
python_test() {
distutils_install_for_testing
# test target needs unpacked test directories, doesn't like binary egg
esetup.py install_lib --install-dir="${TEST_DIR}"/lib
#https://bitbucket.org/logilab/astroid/issue/1/test-suite-fails-in-0243-under-py32-pypy
# Make sure that the tests use correct modules.
cd "${TEST_DIR}"/lib || die
pytest -v || die "Tests fail with ${EPYTHON}"
}
python_install() {
distutils-r1_python_install
rm "${D}$(python_get_sitedir)/logilab/__init__.py" || die
}

View File

@ -1,36 +0,0 @@
diff -ur logilab-astng-0.24.3.orig/test/unittest_builder.py logilab-astng-0.24.3/test/unittest_builder.py
--- test/unittest_builder.py 2013-04-17 17:38:31.000000000 +0800
+++ test/unittest_builder.py 2013-06-19 02:13:51.425269363 +0800
@@ -62,8 +62,12 @@
self.assertEqual(name.tolineno, 4)
strarg = callfunc.args[0]
self.assertIsInstance(strarg, nodes.Const)
- self.assertEqual(strarg.fromlineno, 5) # no way for this one (is 4 actually)
- self.assertEqual(strarg.tolineno, 5)
+ if hasattr(sys, 'pypy_version_info'):
+ self.assertEqual(strarg.fromlineno, 4) # no way for this one (is 4 actually)
+ self.assertEqual(strarg.tolineno, 4)
+ else:
+ self.assertEqual(strarg.fromlineno, 5) # no way for this one (is 4 actually)
+ self.assertEqual(strarg.tolineno, 5)
namearg = callfunc.args[1]
self.assertIsInstance(namearg, nodes.Name)
self.assertEqual(namearg.fromlineno, 5)
diff -ur logilab-astng-0.24.3.orig/test/unittest_inference.py logilab-astng-0.24.3/test/unittest_inference.py
--- test/unittest_inference.py 2013-04-17 17:38:31.000000000 +0800
+++ test/unittest_inference.py 2013-06-19 02:52:41.618270007 +0800
@@ -710,8 +710,12 @@
node = get_name_node(astng, 'open', -1)
infered = list(node.infer())
self.assertEqual(len(infered), 1)
- self.assertIsInstance(infered[0], nodes.Function)
- self.assertEqual(infered[0].name, 'open')
+ if hasattr(sys, 'pypy_version_info'):
+ self.assertIsInstance(infered[0], nodes.Class)
+ self.assertEqual(infered[0].name, 'file')
+ else:
+ self.assertIsInstance(infered[0], nodes.Function)
+ self.assertEqual(infered[0].name, 'open')
def test_callfunc_context_func(self):
code = '''

View File

@ -1,22 +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>
<longdescription lang="en">The aim of this module is to provide a common base representation of
python source code for projects such as pychecker, pyreverse,
pylint... Well, actually the development of this library is
essentially governed by pylint's needs.
It provides a compatible representation which comes from the _ast
module. It rebuilds the tree generated by the builtin _ast module by
recursively walking down the AST and building an extended ast (let's
call it astng ;). The new node classes have additional methods and
attributes for different usages. They include some support for static
inference and local name scopes. Furthermore, astng builds partial
trees by inspecting living objects.</longdescription>
<upstream>
<remote-id type="pypi">logilab-astng</remote-id>
</upstream>
</pkgmetadata>

View File

@ -1,7 +0,0 @@
DIST Beaker-1.6.4.tar.gz 54480 SHA256 5b06dcc9f7b1921bc962235c4051aa5f3f5d3609f42faa6064dc614ace031a3a SHA512 5a6835d01d0b1bee57844525f1223d74edd26f07cc769df6a8cfa77f44dda4435eb96639175928a1caf7c4f927ac3a674c0fd0e7f50f1aea91da7880de3a6704 WHIRLPOOL 13162d6733b69966133c17171b6725e0a2e7c2f56942bbc591ff3992dee50d7a5e91cc11a6a4ae775a9ec3dab805c2ae352982f0b1670190325b11d06a2e52a9
DIST Beaker-1.8.0.tar.gz 36436 SHA256 740165bb2d86b17460ea759ae075d82b52313860357393675d765bbf67b5c3fb SHA512 1344e7f5db15ac75640f284a2f915d5e34d52988684a25bdf4b2c29ccc963a85e369462a3da7171e4cac6d2209a561ad2b75153bd6dfba6da0d0889b642ab91a WHIRLPOOL 634c4493a6462dcb19566e4ac4b77261e1aaa9e1689d2b8a0519b93a2c4a81c76a173d1daa0f67f744eada4c73c3e35969dff432447c65af8a2f59d0184718e3
EBUILD beaker-1.6.4-r1.ebuild 1229 SHA256 b0017aeed847b33e72ccd1571e72634fef803efd32ba266275c163ac6890092a SHA512 6d242a75d4807003321ec17adfc3cb647e1f4c1b40576cf0546a6c175275c383fa25966205e77bd34163b66a146a1a099da969a21ab0ecb16c3927e6d337097e WHIRLPOOL 6f2415e6b134eef5b07c35b1b1842b0918ebb5893d77286f044acadce925077ec312e6b721379d1f60c5b08711f1d45374dd091ea3518c42d2bbabc043d7ae55
EBUILD beaker-1.8.0.ebuild 1088 SHA256 53544ee0b0b79d04c33c744bcd8335fcbfc8ff1cbeefd6314b005eae50a73bae SHA512 0f344d57e256d7c73a1a841cafe002cf946c5ed5b6e4d8178893435b94249181cd1835fb177fddbafcd351167ca3f4581409e320b6e6449b98a4432a4fae4b52 WHIRLPOOL 35ef042df4eb433c4e78bf048983160547b4aa30ba49b9f6c6a60e2d8d2060ffd66a93ff45d51087a983a44f12e6419d077d438c264169c05b6dede857d3e3c7
MISC ChangeLog 3797 SHA256 ab258b00979a4c1971710224a9cfab4619877010d487a88ee8f24354484f68ad SHA512 ca14f4cfee508cdc3b3003608f286a96d14b7f9841f22f9b5ba5d47d52709694ee6598be84f1b0c8dc40e49140883322d9941d363b201b1245e39f897fbe13b7 WHIRLPOOL a19fa75b09c5dce7dfdc564159b94e877d18c4f5bf981c2a169aa1009ddc1fe78497ef7369464bf9904b9691eac3011f1a1e06081385dfda0e5091baeef19f1e
MISC ChangeLog-2015 8135 SHA256 fbc3410dce0bc0f5cfa2cfb4942889df44939e9394a89ab00de253ce440e590e SHA512 2c368a3a27b9b8680f26a7cd7469927d6098f57e38395d881c7fa0e572ab03836e38ca0b89de4be23a97d6d3a528c3324e9784650fc3e938d9c10d5b5b76edb7 WHIRLPOOL 5b16e872aa6bf3c382e8b9ab7ce1203815f36a9eefcc132758c22afc25138cd33f08aa2b368a3b3a390e556002d1c00a9ce56f5e38880e945542ed555f0c8083
MISC metadata.xml 376 SHA256 b28bf9f04e18fec8c6780bb2100523355a2dc37c4aba7b43c6214c497c69f2f1 SHA512 09586c7ae4aa5259c0776ef77713538e8b8dc730da802d95b3de5501aa6c88c96c1967740ff77a124821bbd93b13e9547879f452d46325916237aeaddf58c353 WHIRLPOOL 6e45ea2d85588574349699a7c0eacf10dc2c5d3f906996ef66a14ec05ad9e376bb9ba5a93117206b1368137290cd216773ff45acf244192bd505c0d8fc4b2dd8

View File

@ -1,45 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
# py3.3 unfit with some types
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
MY_PN="Beaker"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="A Session and Caching library with WSGI Middleware"
HOMEPAGE="http://beaker.groovie.org/ https://pypi.python.org/pypi/Beaker"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="alpha amd64 arm ~hppa ia64 ~ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
IUSE="test"
# webtest-based tests are skipped when webtest is not installed
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/mock[${PYTHON_USEDEP}]
dev-python/nose[${PYTHON_USEDEP}]
dev-python/webtest[${PYTHON_USEDEP}] )"
RDEPEND=""
S="${WORKDIR}/${MY_P}"
python_prepare_all() {
# Workaround for http://bugs.python.org/issue11276.
sed -e "s/import anydbm/& as anydbm/;/import anydbm/a dbm = anydbm" \
-i beaker/container.py || die
distutils-r1_python_prepare_all
}
python_test() {
cp -r -l tests "${BUILD_DIR}"/ || die
pushd "${BUILD_DIR}"/tests > /dev/null
nosetests || die "Tests fail with ${EPYTHON}"
popd > /dev/null
}

View File

@ -1,39 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
PYTHON_COMPAT=( python{2_7,3_4} )
inherit distutils-r1
MY_PN="Beaker"
DESCRIPTION="A Session and Caching library with WSGI Middleware"
HOMEPAGE="https://github.com/bbangert/beaker https://pypi.python.org/pypi/Beaker"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
# webtest-based tests are skipped when webtest is not installed
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND=""
# Py2.7 fais some tests without this
DISTUTILS_IN_SOURCE_BUILD=1
python_prepare_all() {
# Workaround for http://bugs.python.org/issue11276.
sed -e "s/import anydbm/& as anydbm/;/import anydbm/a dbm = anydbm" \
-i beaker/container.py || die
distutils-r1_python_prepare_all
}
pkg_postinst() {
elog "beaker also has optional support for packages"
elog "pycrypto and pycryptopp"
}

View File

@ -1,12 +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">Beaker</remote-id>
<remote-id type="github">bbangert/beaker</remote-id>
</upstream>
</pkgmetadata>

View File

@ -1,4 +0,0 @@
DIST chardet-2.3.0.tar.gz 164346 SHA256 e53e38b3a4afe6d1132de62b7400a4ac363452dc5dfcf8d88e8e0cce663c68aa SHA512 d554c9b4564905a2b6c6971aaea2a812174d86b58137c6a2f9d54e2abd2395e6529968b2ce3ca2d97c717d2bd0bd80ab5b98cae9afac1a4add9ea305145030dd WHIRLPOOL af17bac2778a86d6fe9643a512a307cbcf92e4b43238b2d3d2bae53e646fccbdf40f31f41f9452e7d4f4c84d1ee637199af841a828d49f3452190749fee284c1
DIST chardet-3.0.2.tar.gz 1872630 SHA256 3b92afd82ddea09d30832fac141840d6569c34f27633e4ad273c66172246116f SHA512 9466e8bdd4d49ca51664fefa170e2887bebf17d017d49056a0efe9baef4dc58e2a9e0766d41c1fcb06254e1346021d1d86b1eb55d4b71a061da93ea830f1dfce WHIRLPOOL 4010a838619b3f04d1266bdee49e26169724f1c83c38a3a9cc081fc8f2166e46ecf9544bc25e276a7dec4af7a64f469a74aabc8ecdc745fd10d364db331ee704
DIST chardet-3.0.3.tar.gz 1872668 SHA256 99cc5d0c13fb0ec02bc4c8a35b35ff698ba1ebdb6d065b53276f0d10d59c2cdc SHA512 7769d80178fb9ded7f04c32969da1a73938b04ffcc9d8de2e593135731e29fbf1e2c21e39ca92d3789e08c9a800f9ec0aafc3c1d12580f4f1efb82e697700264 WHIRLPOOL 9ab8951cdcc69cc05974e67c421a5524bbdf18c96a5f272502b4ae22583520cbc7a82eb499de67cc5aac846af9db1279bc27581f3ce0afd73de2ead861663268
DIST chardet-3.0.4.tar.gz 1872214 SHA256 d5620025cfca430f6c2e28ddbc87c3c66a5c82fa65570ae975c92911c2190189 SHA512 b433ea0e15e200df968e6d61c671c42fbd77e519eb033035c4a5c241e1f98e1dfaea6747af632788507583b3ef85b00d510b3f6ef5cf58589ceca1b3a088b357 WHIRLPOOL cece99a2ed4a48f66232efc5d91ce228fcd83d3012a90099054bf214ad6f39e2b6250b139fb21b66469ccfd5b4bf8845846b50097f6fffda74c39fb742198355

View File

@ -1,20 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
inherit distutils-r1
DESCRIPTION="Universal encoding detector"
HOMEPAGE="https://github.com/chardet/chardet https://pypi.python.org/pypi/chardet"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x64-cygwin ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}"

View File

@ -1,38 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
inherit distutils-r1
DESCRIPTION="Universal encoding detector"
HOMEPAGE="https://github.com/chardet/chardet https://pypi.python.org/pypi/chardet"
# SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
# PyPI tarball is missing test.py: https://github.com/chardet/chardet/pull/118
SRC_URI="https://github.com/chardet/chardet/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/hypothesis[${PYTHON_USEDEP}]
)
"
PATCHES=(
"${FILESDIR}"/disable-pytest-runner.patch
)
python_test() {
py.test -v || die "Tests fail with ${EPYTHON}"
}

View File

@ -1,40 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
inherit distutils-r1
DESCRIPTION="Universal encoding detector"
HOMEPAGE="https://github.com/chardet/chardet https://pypi.python.org/pypi/chardet"
SRC_URI="https://github.com/chardet/chardet/archive/${PV}.tar.gz -> ${P}.tar.gz"
# SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
# PyPI tarball is missing test.py: https://github.com/chardet/chardet/pull/118
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/hypothesis[${PYTHON_USEDEP}]
)
"
PATCHES=(
"${FILESDIR}"/disable-pytest-runner.patch
)
python_test() {
py.test -v || die "Tests fail with ${EPYTHON}"
}

View File

@ -1,36 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
inherit distutils-r1
DESCRIPTION="Universal encoding detector"
HOMEPAGE="https://github.com/chardet/chardet https://pypi.python.org/pypi/chardet"
SRC_URI="https://github.com/chardet/chardet/archive/${PV}.tar.gz -> ${P}.tar.gz"
# SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
# PyPI tarball is missing test.py: https://github.com/chardet/chardet/pull/118
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/hypothesis[${PYTHON_USEDEP}]
)
"
python_test() {
py.test -v || die "Tests fail with ${EPYTHON}"
}

View File

@ -1,44 +0,0 @@
From b874c25b08edd6bdbdd70a439c6cd603d6830226 Mon Sep 17 00:00:00 2001
From: Zac Medico <zmedico@gentoo.org>
Date: Fri, 21 Apr 2017 08:36:14 -0700
Subject: [PATCH] setup.py: require pytest-runner only when necessary (#119)
This optimizes setup.py for cases when pytest-runner is not needed,
using the approach that is suggested upstream:
https://pypi.python.org/pypi/pytest-runner#conditional-requirement
---
setup.py | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index 28a080a..c214352 100755
--- a/setup.py
+++ b/setup.py
@@ -1,9 +1,14 @@
#!/usr/bin/env python
import re
+import sys
from setuptools import find_packages, setup
+needs_pytest = set(['pytest', 'test', 'ptr']).intersection(sys.argv)
+pytest_runner = ['pytest-runner'] if needs_pytest else []
+
+
# Get version without importing, which avoids dependency issues
def get_version():
with open('chardet/version.py') as version_file:
@@ -46,7 +51,7 @@ setup(name='chardet',
"Modules"),
"Topic :: Text Processing :: Linguistic"],
packages=find_packages(),
- setup_requires=['pytest-runner'],
+ setup_requires=pytest_runner,
tests_require=['pytest', 'hypothesis'],
entry_points={'console_scripts':
['chardetect = chardet.cli.chardetect:main']})
--
2.12.2

View File

@ -1,12 +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">chardet</remote-id>
<remote-id type="github">chardet/chardet</remote-id>
</upstream>
</pkgmetadata>

View File

@ -1,9 +0,0 @@
DIST decorator-4.0.10.tar.gz 68560 SHA256 9c6e98edcb33499881b86ede07d9968c81ab7c769e28e9af24075f0a5379f070 SHA512 612c2eafe16536c9b5eda07ea44999d868decbc38beb4207ab3f82325bafd346c431f9c9028f63bbf24573300a81dfb9446a51dee50bb34dc8b478088a541f73 WHIRLPOOL 8d4b4496c8066d352692e88ba86053ced436a595d4a7d8dbade6b81c8e4d7da294a26270a9723e35c511b1d213b71409c3d01af59979a5d10ead044cd67ecda8
DIST decorator-4.0.11.tar.gz 70616 SHA256 953d6bf082b100f43229cf547f4f97f97e970f5ad645ee7601d55ff87afdfe76 SHA512 acce545d26c05ad03e4a3889214c3e94d1d47a9ccba42318ff8acb4d9384e676839fdcdb8d501a808f9332f532e4087a60398c273a58e07dfbc02f04f04af69c WHIRLPOOL 11594eef9ab15e2b1d3c42b812fc5f411524cab57b831e5c6f3f1651f8c1d5d3ed2748753965edf89af65ee0c9cb0a4478227677c73ab7834926f380aea175f8
DIST decorator-4.0.2.tar.gz 64850 SHA256 1a089279d5de2471c47624d4463f2e5b3fc6a2cf65045c39bf714fc461a25206 SHA512 9f135c9c624557a90619e46002f12d54f8c53045420f524bbc52dee0b488268501467b207ea8f4445a8aa7d119af3e615cd76cbc25c1d1335d3bb581a1045ab3 WHIRLPOOL 1a4a31fe67d4cdfc58cb5486f83ee059a9211af5c5e48d57c9b22a24e08e5659a2e8b4519ecaba68fa603ef6e5a0756f69ee10fbe173d07ffe23204b579f2f18
EBUILD decorator-4.0.10.ebuild 810 SHA256 d6219f35b9328351efe1929303c5689e6557fbb2daea0311bdfeb129cac2e920 SHA512 c146e7fd6a27a049e749151f957e73ba20cb0d35373fa206f77d82fc9329a39578e1f8900c1d5d24f01ce2d7cb64ced0f174398d30fcd9c47bf0fdb84c20b2ee WHIRLPOOL 3a1dc88e9cb76e2db727aca5954205fc513eb29043f19efc3e153a7ba94ead79383487547622c643f7177b819679a170854c792d5715854e025d06142d0c9093
EBUILD decorator-4.0.11.ebuild 825 SHA256 3aca6e07063d4a7afac902a6adab57fe1524a13db0ea5f3368b646c0490ade02 SHA512 ee2ff15f8f5dc1bb00625a0b9847f9c04e4bcd35a3ca18454c909ab785c910e0cc10a7b7855c35ed4f70b209fb42d31ff5c943a782d9f713e2c4bf985f3d41eb WHIRLPOOL 225e194912076d9f69a994555a221acfb0ebfc2e5ce0c8879dc227967f403a83e32a9a8c3796c45bf819f8e35fd53c4baa2a2c73334ce180c86b8a08374cc264
EBUILD decorator-4.0.2.ebuild 794 SHA256 82391f86071d613abe34b3b370c10ecf19cd85801e55186819c2420a8bb4b189 SHA512 90091d12081d46d90a9d59128b84405c54f92b2236410ec0386bb514c4162c442ab0369ebd16fb56aefe40ec872ba7cb005c704ff8695d5ef6738844c8d8c2ba WHIRLPOOL 53f3035e5e10d6601c75eca93850c29f54c4ffae9569a7da06fcaf554e2c55159d40d0826b8541732db047f728ea90b1bf006e1323c55126f9ca7f146c2d61ab
MISC ChangeLog 6142 SHA256 e60405146c3272a05ed97e15bf8aad148bf4d3b9c2b487095b87caa43e391809 SHA512 394b50613de8276a9804304bb3ce3f24c708c1d3c813bdde4cf3732cf307ebbea5da4dd1989759c33dfb6cad04dcdae74339e2253e5fd2cdaacc4467f6626d3f WHIRLPOOL e4bb8d976c4f415799631c86c0f1b4d421e8220519f0e75dcb5462b403a665155799e710da7cf92a60705b9db19fb70cc043abaf93399a3c79a2fea2814d5f52
MISC ChangeLog-2015 10231 SHA256 d98ab8d8ac5fc8eaa4fa5e994242fc1c23b3fdda15a7cb19647ba4b6aac0a6d7 SHA512 c5839427fcabd8fd722774ba34b0d0299b2a43d334874c3903a90f19c707e4d7f23347599645aaee8381ebc11f3c97a65e2b8dac0503f68c0fbdc8f48db6b33a WHIRLPOOL 90ffdf9b663b10b067e1459bb547413ecc0372c51ea901bf39872dbce3c4b69ef5ea616082c8b0400e74f31a9b2d31bcd07e1f4b25e21a7c8c9541983b6122c6
MISC metadata.xml 666 SHA256 7bc4340a2943575060e0003951b2f11b770f1e376e621ccb7c0a9f11ff005a43 SHA512 dea4bab83359707c31ecbef8f70ee3bc02b7254947cc7a51e315af0074589127f31aa66b23a18ee3b04531ea2909151cc49797c0ddea67a22449ed3f6242082a WHIRLPOOL 549dc73074b0bafbd06477f38113595e78eb2f63d8c763c4d2cb94a07ae663bbfabbc5ec98acae49649c5d3454bf673180cdda0d6f3cad339007379b8d75d7dd

View File

@ -1,30 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
inherit distutils-r1
DESCRIPTION="Simplifies the usage of decorators for the average programmer"
HOMEPAGE="https://pypi.python.org/pypi/decorator https://github.com/micheles/decorator"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
IUSE="doc"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
DOCS=( docs/README.rst )
python_test() {
"${PYTHON}" src/tests/test.py || die "Tests fail with ${EPYTHON}"
}
python_install_all() {
use doc && dodoc documentation.pdf
distutils-r1_python_install_all
}

View File

@ -1,30 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
inherit distutils-r1
DESCRIPTION="Simplifies the usage of decorators for the average programmer"
HOMEPAGE="https://pypi.python.org/pypi/decorator https://github.com/micheles/decorator"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
IUSE="doc"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
DOCS=( docs/README.rst )
python_test() {
"${PYTHON}" src/tests/test.py || die "Tests fail with ${EPYTHON}"
}
python_install_all() {
use doc && dodoc documentation.pdf
distutils-r1_python_install_all
}

View File

@ -1,29 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1
DESCRIPTION="Simplifies the usage of decorators for the average programmer"
HOMEPAGE="https://pypi.python.org/pypi/decorator https://code.google.com/p/micheles/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
IUSE="doc"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
DOCS=( docs/README.rst )
python_test() {
"${PYTHON}" src/tests/test.py || die "Tests fail with ${EPYTHON}"
}
python_install_all() {
use doc && dodoc documentation.pdf
distutils-r1_python_install_all
}

View File

@ -1,16 +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>
<longdescription lang="en">The aim of the decorator python module is to simplify the usage of
decorators for the average programmer and to popularize
decorators usage giving examples of useful decorators, such as
memoize, tracing, redirecting_stdout, locked, etc.</longdescription>
<upstream>
<remote-id type="pypi">decorator</remote-id>
<remote-id type="github">micheles/decorator</remote-id>
</upstream>
</pkgmetadata>

View File

@ -1,9 +0,0 @@
DIST dnspython-1.12.0.tar.gz 135164 SHA256 03fb82af866001c4afa58c48027bcc4b80bbf0a7f27e1d861cf06393eea4724f SHA512 583d069ed7ee9b20f16a964023fa0300f15032c27de6d084205f73394f19a2d5bb1641ef95b08a8ddf1f622eeb5fa8cbfa62b8a2ee478a49b0dff0995e4ae42e WHIRLPOOL abf515aad901b0c752a0f133c293654f60750522cee69985126547602f321f6577e135077cbfa330a30fbc838b125af30b75cbb4f8fdd60d1444b0bd2446bb39
DIST dnspython-1.15.0.zip 252157 SHA256 40f563e1f7a7b80dc5a4e76ad75c23da53d62f1e15e6e517293b04e1f84ead7c SHA512 942f7cf083d1b0a9f03f040ceca194c38777f2e40862c388051986112b3f2a4a8426733ff46ec5a155319776e4a856412c3430b052b2f92f251f0e3260eb9bc1 WHIRLPOOL 83c43d0a53c514d91c096a3f7a761f47583ffb79dde9c233fd063f5b556287671d6012267239c1271696cf2b5e8965525b6612721781749bcdabb484f0dc5d5f
DIST dnspython3-1.12.0.zip 226945 SHA256 e9630946207864c7a780798809cd2ec9c6bbde6ac88b97a2fda66f018eec1c8d SHA512 02c61eb91c2e872f2c8fa0e09b88d593a067130b5ac3ea6eabd0abec413ecb6d3b7d5472ca502334f4c441af249511109006ae6a7b41d36ba1db3e777971b3ae WHIRLPOOL d3624f8545c607441931dcc71a1e43c83df6e1bd938222d52c8d798b342c4faf15f200bf1da7ea1fd59d2fe96e82644b22c8815764bf7d6304573deee6261f5a
EBUILD dnspython-1.12.0-r200.ebuild 954 SHA256 4b73cbf454fa4008b4a490a79d6430a616a59ba3b5996f1c7bfc323f64816e2b SHA512 9fd5ece2aa2f1b2a03755a651aca3b2c096d1f9a9121e90371b29e6da0f1fe8007066671ea9a1d367ad07419240d7843e1aa843090c53e934ea7f334ebb8132b WHIRLPOOL 54af0cc046c96fb8174d3f82d2c70e82499d4a340ef8d4c9bae6b27998c3443b99b9100b983645eb5451ef76f2944e64cf451719ff4d9bc47551cb1e989bf81e
EBUILD dnspython-1.12.0-r301.ebuild 1023 SHA256 b670ceb5ccbd4f230319012a86d703ca3480ff6d8936b330904886386fe387f4 SHA512 38eeafa2cbed46548bac6cff044b3bb37d63b57bca49e1ef0d89d9fd414d8f3edeaffb552f54f8be64a54682a7ada146e3027577612f33532505c59a5568c6b2 WHIRLPOOL 351bc5db7023b3a30e4098c3201a5a6c716ecc8cbba5626ee7fa0435b90c196a94e482e8c97ecd3ba34e247a7a618c0899c539437eaf35c18961d18bb4259950
EBUILD dnspython-1.15.0.ebuild 991 SHA256 3f8813e6253cd7966243c7a7d9b95e750202ebaf69651928a2f37f704e5702d4 SHA512 1d82470fdec479b7bb1eb8e7305a317fb6821d23e9782c8623fa22f01facc4a303d9300401a6c25410225f6bfce14bdef6f598cf25e4994a7105291b6d0f0fbc WHIRLPOOL 8f483090637d1bcab0bbed268cf9a2237f1548431fccf41aa450c6adab8e4e4bf3278fceb9cc07411e8de8552aa13d7d1b119973aa77289a5f7529d052ab6338
MISC ChangeLog 5394 SHA256 f76353c4c7ab001209457c5fdc3d8c4b615fe952082c23ce4c9500fb765a5ba4 SHA512 6cb51329d5601aec08dc47f9bccebace9854c7ced7469182a20f3404888d259b06aa09ff4a1f06e6cac2d81de61fe1e11fea48423f604b81a6dac63e19d0d92e WHIRLPOOL a50a3058e0f99b8cd4de91bd30c14482433aa44ae04906472ac7fa4308c31b166c8240b37f4a34ad24503b0691e8a1b73dbf61146c6796b994966b03438923c9
MISC ChangeLog-2015 11694 SHA256 3336de698a80b9819808683f34601571a8ad52e3df383ed8fe9e8a892b67a0cb SHA512 bde1584c98c197127441cbaf37ffb94bbd413912bde355f0044d60e83406abb3c9cc54a15ed98f333d93476eecf49a67d8cc082fe168678b299b4ae31dbbeb56 WHIRLPOOL 5281827ffcfffc1f3bac2ea0307788de30d5712cd86c8796e2c416de7cf263776bca71d79c0e86a4f052a5343c92bb66c528a032f85ea296a0bbb44cbf711721
MISC metadata.xml 1458 SHA256 7f6f176564e4dd1d329017864db78405e3ab97c4ad619af46ab820c2305bbece SHA512 40c86234936ba4f0c01a98266e74d49a80a8a48d4761b887ec84fe3ff9b534e7b6daf3c317d299b1333132a6025e49abf63884e7d6d0634c876dc74b470e0a7d WHIRLPOOL 1dfbe82a19e8a7dff22437d9bff8ed85d36083ac7bc515fe756efedfeb822a68b5c87302a96b889b55a7d5915d03e1673bd82e1a11ec0111d304b3ae14069019

View File

@ -1,37 +0,0 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
DESCRIPTION="DNS toolkit for Python"
HOMEPAGE="http://www.dnspython.org/ https://pypi.python.org/pypi/dnspython"
SRC_URI="http://www.dnspython.org/kits/${PV}/${P}.tar.gz"
LICENSE="ISC"
SLOT="py2"
KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
IUSE="examples test"
RDEPEND="dev-python/pycrypto[${PYTHON_USEDEP}]
!dev-python/dnspython:0"
DEPEND="${RDEPEND}
!dev-python/dnspython:0
app-arch/unzip"
# For testsuite
DISTUTILS_IN_SOURCE_BUILD=1
python_test() {
cd tests || die
"${PYTHON}" utest.py || die "tests failed under ${EPYTHON}"
einfo "Testsuite passed under ${EPYTHON}"
}
python_install_all() {
use examples && local EXAMPLES=( examples/. )
distutils-r1_python_install_all
}

View File

@ -1,42 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
PYTHON_COMPAT=( python3_{4,5,6} )
inherit distutils-r1
MY_PN="${PN}3"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="DNS toolkit for Python"
HOMEPAGE="http://www.dnspython.org/ https://pypi.python.org/pypi/dnspython"
SRC_URI="http://www.dnspython.org/kits3/${PV}/${MY_P}.zip"
LICENSE="ISC"
SLOT="py3"
KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
IUSE="examples test"
RDEPEND="dev-python/pycrypto[${PYTHON_USEDEP}]
!dev-python/dnspython:0"
DEPEND="${RDEPEND}
!dev-python/dnspython:0
app-arch/unzip"
S="${WORKDIR}/${MY_P}"
# For testsuite
DISTUTILS_IN_SOURCE_BUILD=1
python_test() {
cd tests || die
"${PYTHON}" utest.py || die "tests failed under ${EPYTHON}"
einfo "Testsuite passed under ${EPYTHON}"
}
python_install_all() {
use examples && local EXAMPLES=( examples/. )
distutils-r1_python_install_all
}

View File

@ -1,42 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
PYTHON_COMPAT=( python3_{4,5,6} )
inherit distutils-r1
MY_PN="${PN}3"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="DNS toolkit for Python"
HOMEPAGE="http://www.dnspython.org/ https://pypi.python.org/pypi/dnspython"
SRC_URI="http://www.dnspython.org/kits3/${PV}/${MY_P}.zip"
LICENSE="ISC"
SLOT="py3"
KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
IUSE="examples test"
RDEPEND="dev-python/pycrypto[${PYTHON_USEDEP}]
!dev-python/dnspython:0"
DEPEND="${RDEPEND}
!dev-python/dnspython:0
app-arch/unzip"
S="${WORKDIR}/${MY_P}"
# For testsuite
DISTUTILS_IN_SOURCE_BUILD=1
python_test() {
cd tests || die
"${PYTHON}" utest.py || die "tests failed under ${EPYTHON}"
einfo "Testsuite passed under ${EPYTHON}"
}
python_install_all() {
use examples && local EXAMPLES=( examples/. )
distutils-r1_python_install_all
}

View File

@ -1,38 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1
DESCRIPTION="DNS toolkit for Python"
HOMEPAGE="http://www.dnspython.org/ https://pypi.python.org/pypi/dnspython"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
LICENSE="ISC"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
IUSE="examples test"
RDEPEND="dev-python/pycrypto[${PYTHON_USEDEP}]"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
app-arch/unzip"
# For testsuite
DISTUTILS_IN_SOURCE_BUILD=1
python_test() {
cd tests || die
"${PYTHON}" utest.py || die "tests failed under ${EPYTHON}"
einfo "Testsuite passed under ${EPYTHON}"
}
python_install_all() {
distutils-r1_python_install_all
if use examples; then
dodoc -r examples
docompress -x /usr/share/doc/${PF}/examples
fi
}

View File

@ -1,27 +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>
<longdescription>
dnspython is a DNS toolkit for Python. It supports almost all of the record
types. It can be used for queries, zone transfers, and dynamic updates. It
supports TSIG authenticated messages and EDNS0. dnspython provides both high
and low level access to DNS. The high level classes perform queries for data
of a given name, type, and class, and return an answer set. The low level
classes allow direct manipulation of DNS zones, messages, names, and records.
</longdescription>
<longdescription lang="ja">
DNSPythonはPython言語用のDNSツールキットです。ほとんどのレコード・タイプをサポー
トします。クエリー、ゾーン・トランスファー、ダイナミック・アップデートができます
。TSTGメッセージ認証とEDNS0をサポートします。DNSPythonは高水準でのアクセスと低水
準でのアクセスの両方を提供します。高水準ではネーム、タイプ、クラスでクエリーを行
い、その戻り値を使います。低水準はゾーン、メッセージ、ネーム、レコードを直接操作
します。
</longdescription>
<upstream>
<remote-id type="pypi">dnspython</remote-id>
</upstream>
</pkgmetadata>

View File

@ -1,80 +0,0 @@
# ChangeLog for dev-python/ipy
# Copyright 1999-2016 Gentoo Foundation; Distributed under the GPL v2
# (auto-generated from git log)
*ipy-0.83 (09 Aug 2015)
*ipy-0.82a (09 Aug 2015)
09 Aug 2015; Robin H. Johnson <robbat2@gentoo.org> +ipy-0.82a.ebuild,
+ipy-0.83.ebuild, +metadata.xml:
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration
tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this
project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo
developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve
cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014
work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on
the bikeshed
24 Aug 2015; Justin Lecher <jlec@gentoo.org> ipy-0.82a.ebuild,
ipy-0.83.ebuild:
Use https by default
Signed-off-by: Justin Lecher <jlec@gentoo.org>
24 Aug 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
Use https by default
Convert all URLs for sites supporting encrypted connections from http to
https
Signed-off-by: Justin Lecher <jlec@gentoo.org>
24 Aug 2015; Mike Gilbert <floppym@gentoo.org> metadata.xml:
Revert DOCTYPE SYSTEM https changes in metadata.xml
repoman does not yet accept the https version.
This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450.
Bug: https://bugs.gentoo.org/552720
24 Jan 2016; Michał Górny <mgorny@gentoo.org> metadata.xml:
Replace all herds with appropriate projects (GLEP 67)
Replace all uses of herd with appropriate project maintainers, or no
maintainers in case of herds requested to be disbanded.
24 Jan 2016; Michał Górny <mgorny@gentoo.org> metadata.xml:
Set appropriate maintainer types in metadata.xml (GLEP 67)
17 Feb 2016; Mike Frysinger <vapier@gentoo.org> ipy-0.83.ebuild:
add arm/arm64/mips love
07 May 2016; Ian Delaney <idella4@gentoo.org> ipy-0.83.ebuild:
add py3.5 support to vn. 0.83
Package-Manager: portage-2.2.28

View File

@ -1,216 +0,0 @@
# ChangeLog for dev-python/ipy
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/ipy/ChangeLog,v 1.54 2015/06/07 13:36:52 jlec Exp $
07 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
Fix typo remote id
07 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
Add github to remote-id in metadata.xml
20 Apr 2015; Justin Lecher <jlec@gentoo.org> -ipy-0.81.ebuild:
Drop old
19 Apr 2015; Agostino Sarubbo <ago@gentoo.org> ipy-0.82a.ebuild:
Stable for x86, wrt bug #546402
13 Apr 2015; Agostino Sarubbo <ago@gentoo.org> ipy-0.82a.ebuild:
Stable for amd64, wrt bug #546402
*ipy-0.83 (11 Apr 2015)
11 Apr 2015; Ian Delaney <idella4@gentoo.org> +ipy-0.83.ebuild:
bump
*ipy-0.82a (27 Feb 2015)
27 Feb 2015; Justin Lecher <jlec@gentoo.org> +ipy-0.82a.ebuild,
-ipy-0.75.ebuild, metadata.xml:
Drop old and Version Bump
26 Jan 2015; Agostino Sarubbo <ago@gentoo.org> ipy-0.81.ebuild:
Stable for x86, wrt bug #530528
27 Dec 2014; Agostino Sarubbo <ago@gentoo.org> ipy-0.81.ebuild:
Stable for amd64, wrt bug #530528
20 Dec 2014; Ian Delaney <idella4@gentoo.org> -ipy-0.76-r1.ebuild,
-ipy-0.76.ebuild, ipy-0.81.ebuild:
rm old impls, rm old
25 Nov 2014; Pacho Ramos <pacho@gentoo.org> ipy-0.81.ebuild:
Support python 3.4
31 Mar 2014; Michał Górny <mgorny@gentoo.org> ipy-0.76-r1.ebuild,
ipy-0.81.ebuild:
Add support for the new PyPy slotting.
05 Sep 2013; Michał Górny <mgorny@gentoo.org> ipy-0.76-r1.ebuild,
ipy-0.81.ebuild:
Clean up PYTHON_COMPAT from old implementations.
*ipy-0.81 (24 Jun 2013)
24 Jun 2013; Ian Delaney <idella4@gentoo.org> +ipy-0.81.ebuild:
bump
06 Apr 2013; Mike Gilbert <floppym@gentoo.org> ipy-0.76-r1.ebuild:
Use pushd/popd in python_test.
06 Apr 2013; Mike Gilbert <floppym@gentoo.org> ipy-0.76-r1.ebuild:
Simplify python_test a bit.
06 Apr 2013; Ian Delaney <idella4@gentoo.org> ipy-0.76-r1.ebuild:
add die to calls to python
*ipy-0.76-r1 (06 Apr 2013)
06 Apr 2013; Ian Delaney <idella4@gentoo.org> +ipy-0.76-r1.ebuild:
migration revbump, prep'd for bump to -.80 which isn't yet ready (Bug
#464176), applied to current maiking ready for eventual bump
*ipy-0.76 (26 Mar 2013)
26 Mar 2013; Patrick Lauer <patrick@gentoo.org> +ipy-0.76.ebuild:
Bump
23 Jun 2011; Markos Chandras <hwoarang@gentoo.org> -ipy-0.74.ebuild:
Remove old ebuilds. Requested by Arfrever
28 May 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> ipy-0.75.ebuild:
x86 stable wrt bug #367297
15 May 2011; Christoph Mende <angelos@gentoo.org> ipy-0.75.ebuild:
Stable on amd64 wrt bug #367297
*ipy-0.75 (12 Apr 2011)
12 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ipy-0.75.ebuild:
Version bump.
11 Apr 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> ipy-0.74.ebuild:
x86 stable wrt bug #360345
24 Mar 2011; Christoph Mende <angelos@gentoo.org> ipy-0.74.ebuild:
Stable on amd64 wrt bug #360345
*ipy-0.74 (15 Feb 2011)
15 Feb 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ipy-0.74.ebuild:
Version bump.
15 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
-ipy-0.71.ebuild:
Delete.
15 Jan 2011; Markus Meier <maekke@gentoo.org> ipy-0.72.ebuild:
x86 stable, bug #350873
07 Jan 2011; Markos Chandras <hwoarang@gentoo.org> ipy-0.72.ebuild:
Stable on amd64 wrt bug #350873
*ipy-0.72 (07 Dec 2010)
07 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ipy-0.72.ebuild:
Version bump.
06 Nov 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
-ipy-0.70.ebuild:
Delete.
05 Nov 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> ipy-0.71.ebuild:
x86 stable wrt bug #343761
03 Nov 2010; Markos Chandras <hwoarang@gentoo.org> ipy-0.71.ebuild:
Stable on amd64 wrt bug #343761
*ipy-0.71 (02 Oct 2010)
02 Oct 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ipy-0.71.ebuild:
Version bump.
30 Nov 2009; Markus Meier <maekke@gentoo.org> ipy-0.70.ebuild:
amd64/x86 stable, bug #295069
23 Nov 2009; Markus Meier <maekke@gentoo.org> ipy-0.64.ebuild:
x86 stable, bug #291827
10 Nov 2009; Richard Freeman <rich0@gentoo.org> ipy-0.64.ebuild:
amd64 stable - 291827
*ipy-0.70 (30 Oct 2009)
30 Oct 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ipy-0.70.ebuild:
Version bump.
*ipy-0.64 (04 Oct 2009)
04 Oct 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
-ipy-0.53.ebuild, +ipy-0.64.ebuild:
Version bump.
07 Sep 2009; Markus Meier <maekke@gentoo.org> ipy-0.56.ebuild:
amd64/x86 stable, bug #283080
06 Sep 2009; Christian Ruppert <idl0r@gentoo.org>
-files/ipy-0.51-nosetuptools.diff:
Remove unused patch.
*ipy-0.63 (28 Aug 2009)
28 Aug 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ipy-0.63.ebuild:
Version bump. Set SUPPORT_PYTHON_ABIS.
*ipy-0.56 (06 Feb 2008)
06 Feb 2008; Lukasz Strzygowski <lucass@gentoo.org> -ipy-0.55.ebuild,
+ipy-0.56.ebuild:
Version bump, fixed src_test (bug #209152). Removed old version.
30 Dec 2007; Samuli Suominen <drac@gentoo.org> ipy-0.53.ebuild:
amd64 stable wrt #203554
*ipy-0.55 (28 Dec 2007)
28 Dec 2007; Tiziano Müller <dev-zero@gentoo.org> -ipy-0.51.ebuild,
+ipy-0.55.ebuild:
Dropped old version. Version bump.
28 Dec 2007; Markus Meier <maekke@gentoo.org> ipy-0.53.ebuild:
x86 stable, bug #203554
26 Jul 2007; Markus Rothe <corsair@gentoo.org> ipy-0.53.ebuild:
Added ~ppc64; bug #186188
*ipy-0.53 (28 Feb 2007)
28 Feb 2007; Lukasz Strzygowski <lucass@gentoo.org> -ipy-0.42.ebuild,
+ipy-0.53.ebuild:
Version bump: cleanup, added examples use-flag, removed patch. Dropped 0.42.
*ipy-0.51 (03 Nov 2006)
03 Nov 2006; Lukasz Strzygowski <lucass@gentoo.org>
+files/ipy-0.51-nosetuptools.diff, +ipy-0.51.ebuild:
Version bump, bug #153813.
13 Jun 2006; Gustavo Zacarias <gustavoz@gentoo.org> ipy-0.42.ebuild:
Keyworded ~sparc wrt #135613
06 Jun 2006; Tobias Scherbaum <dertobi123@gentoo.org> ipy-0.42.ebuild:
Added ~ppc, bug #135613
05 Jun 2006; Stefan Schweizer <genstef@gentoo.org> ipy-0.42.ebuild:
add ~x86
*ipy-0.42 (05 Jun 2006)
05 Jun 2006; Lukasz Strzygowski <lucass@gentoo.org> +metadata.xml,
+ipy-0.42.ebuild:
Initial commit, bug #59037.

View File

@ -1,7 +0,0 @@
DIST IPy-0.82a.tar.gz 31588 SHA256 edaaa5344893437aa6c1eb9c4ca966eb4b8c071761793839c7b4fc2a837fbeec SHA512 639b58c523a69205d6b63d7cceb624eb58ccf877cb8b7edede0f52a96c401dd4cdbf000dd7dca20d8c4936d9c8dbc6bb5304e0139db5e4c1106e35e2ad551430 WHIRLPOOL 2dfeb5523fb22d5ffd30cb0b446d2f40320adffbc4ab04edc9e1addb3acefc9ac9d67f78840e40435546faf303252a9f4068686807c97d9c35ed03cb2fa86d57
DIST IPy-0.83.tar.gz 31816 SHA256 61da5a532b159b387176f6eabf11946e7458b6df8fb8b91ff1d345ca7a6edab8 SHA512 6bd69d96fa77dc4ceaf119b81c19a524b871badb37665a763a055e1c8b2ce3433c6e9534f03aa64d02e559dca2fac2c4e1d09b7fd78ed79c0fded88f803ad2de WHIRLPOOL 0f58ea88a437293ca2d89aa41c76db49cdfee4b52fe6fbae1e8dce297b59bf1309d79612283ac7691b17ddf1c7596b19a3b39c6ce157946ea8274166e1da9d9b
EBUILD ipy-0.82a.ebuild 1138 SHA256 c74b73bc4f5710830c54bf40c5278db5ba436feb056c8b422effcce069c4d170 SHA512 1f59096d9a60e83963b2761fffc809c35dc4e9d21babf9b426114e1d4982c6a0c82c506663e227683922528224fa8f3eb07613206a4a67b141ff67be18f5cbec WHIRLPOOL 36f386c73b8c1e74ef61aedbbfa6479dcbe5e7f77db11e3fab340ed592f24ae4be698108fb078b96ef0b0a8e4275b41d534114f70f96fb12019127cc042cc613
EBUILD ipy-0.83.ebuild 1094 SHA256 4cd5b262b50790f12a7462d854928ffab7232d4ec87dbf2a5d1da05b9f798a91 SHA512 265e91cac7e1cf4faecf60a5e5c1603834cf9293ce2efa3a7848483339bab7d3dde66f40a34589f979403b4d2f796a3a38442fe03f9fd017bcdf7c110be3e4f1 WHIRLPOOL eaa420c30176d45aad471e7532f06cd8f0094975484134dc71d72b5e4be38e6e44f32eb5610af11e946ca5595b45ca133b3b879448f2203dbf427b4b14dd20bb
MISC ChangeLog 2844 SHA256 dd94e1fe926d182355eb96c5f9ed474e97e04734392ab1e7a7075d7d71aaef90 SHA512 621c1f6f980192500f6a9211decac1962cd34d92c6dd95b6391dc396439573dea191b76a1bb6553ebec99dce6a00315ba9863f257b3ddda46efe7bba5b7c9fc3 WHIRLPOOL 613f7c36e503b036b1cce3cfc1ba824ad507dc9f671df973c7ba15078a0ab53046441c440b0f8127cd86c3f960a69c16329614eeafd2f7cf8c0e3144c2a5e276
MISC ChangeLog-2015 6380 SHA256 c2def855c3a5eab4d3ab938c63e5638d9e73f487f65b98f233f27f4c0a1d1891 SHA512 6839bad30a54a25f968f41da931796c1949dede4348ae38c5a3139af7e6fa2c717c09bad33a8110a4f5ac41e4ecdd51623be16c02140d37188a6ed71c2c0cd33 WHIRLPOOL 7aa72b99592ffae8db212208c23e8344ce6eb7e7732cf89626bc005a162073d0d080dd0adfa24ddffc521752aa7156c6defd606bd077a30981a60b7a810d1e03
MISC metadata.xml 374 SHA256 1d2014e5db478b61f1d39065f34995b2afffcd666411c4155a7e93df9d01dc4f SHA512 8c12c38a49ffef811e6107d003f44cd8174bc95fc71dcc3296511e3356a0203cf12479a36c7d649f1933c6a90820c3212de25166b61eac8de06728cb8cb25566 WHIRLPOOL 0fab009b4aa7b3bc59ad25a4b1805d60db5206977f51f68847ce57c422647f42fecb9778f28c7818edc1f62d674c0fbc50954a64fc29e3cf2bbcfe6b733d19c9

View File

@ -1,41 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
PYTHON_COMPAT=( python2_7 python3_{3,4} pypy )
inherit distutils-r1
MY_PN="IPy"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="Class and tools for handling of IPv4 and IPv6 addresses and networks"
HOMEPAGE="https://github.com/haypo/python-ipy/wiki https://pypi.python.org/pypi/IPy"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86"
IUSE="examples"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND=""
S="${WORKDIR}/python-${PN}-${MY_P}"
python_test() {
# doctests for py3 unaltered read py2 files from "${S}" causing total failure
# https://github.com/haypo/python-ipy/issues/17
cp -r test_doc.py README test "${BUILD_DIR}" || die
pushd "${BUILD_DIR}" > /dev/null || die
"${PYTHON}" test/test_IPy.py || die "Tests fail with ${EPYTHON}"
"${PYTHON}" test_doc.py || die "Doctests fail with ${EPYTHON}"
popd > /dev/null || die
}
python_install_all() {
use examples && local EXAMPLES=( example/. )
distutils-r1_python_install_all
}

View File

@ -1,40 +0,0 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
inherit distutils-r1
MY_PN="IPy"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="Class and tools for handling of IPv4 and IPv6 addresses and networks"
HOMEPAGE="https://github.com/haypo/python-ipy/wiki https://pypi.python.org/pypi/IPy"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE="examples"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND=""
S="${WORKDIR}/${MY_PN}-${PV}"
python_test() {
# 1 test fail under pypy, persistent from 0.82a, not a regression.
cp -r test_doc.py README test "${BUILD_DIR}" || die
pushd "${BUILD_DIR}" > /dev/null || die
"${PYTHON}" test/test_IPy.py || die "Tests fail with ${EPYTHON}"
"${PYTHON}" test_doc.py || die "Doctests fail with ${EPYTHON}"
popd > /dev/null || die
}
python_install_all() {
use examples && local EXAMPLES=( example/. )
distutils-r1_python_install_all
}

View File

@ -1,12 +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">IPy</remote-id>
<remote-id type="github">haypo/python-ipy</remote-id>
</upstream>
</pkgmetadata>

View File

@ -1,2 +0,0 @@
DIST jsonrpclib-0.1.7.tar.gz 16980 SHA256 28355fb625fba393c458a532baa21e6ec063b394a27e5c0abdbc73e6c7e07488 SHA512 caa315879faac986c14a15cd87591ea2823405f2ea0731962c37147378f77bcfd260c6e7900bc128392332b27e2c0ae23cab9cb6150adb39924f9a369405b2ec WHIRLPOOL d195af83596ec7c9b75770621929846a25c82e2d8df97db665495bee6f5c961046af65cf1371663fd432c0e65669d42adda423d067edbb027937c4a59ec895bf
DIST jsonrpclib-0_pre20110820.tar.bz2 14608 SHA256 a31ce391e8f430f2434c538dedb012e879296628a7b2968f1aa41cb36207369d SHA512 80864890982c4a11996cd9fae21029cdf40b089eb6c2d265c645f52fe0a6e858b3405c5d899d2a5908527da04263d93064f365c5308adda1791105bf32329b71 WHIRLPOOL d7ad4277ea5bcb3451728a36f42a76e965256ac6239269e12125c1a19f9dbbeb9dfe69b58738b42e7823a687ad195f8a782aa2e0fe4797a59743b5230f598365

View File

@ -1,26 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/joshmarshall/jsonrpclib.git"
inherit git-2
else
SRC_URI="https://github.com/joshmarshall/jsonrpclib/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~mips ~x86"
fi
DESCRIPTION="python implementation of the JSON-RPC spec (1.0 and 2.0)"
HOMEPAGE="https://github.com/joshmarshall/jsonrpclib"
LICENSE="Apache-2.0"
SLOT="0"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}
dev-python/simplejson"

View File

@ -1,26 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/joshmarshall/jsonrpclib.git"
inherit git-2
else
SRC_URI="mirror://gentoo/${P}.tar.bz2"
KEYWORDS="amd64 arm x86"
fi
DESCRIPTION="python implementation of the JSON-RPC spec (1.0 and 2.0)"
HOMEPAGE="https://github.com/joshmarshall/jsonrpclib"
LICENSE="Apache-2.0"
SLOT="0"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}
dev-python/simplejson"

View File

@ -1,26 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/joshmarshall/jsonrpclib.git"
inherit git-2
else
SRC_URI="https://github.com/joshmarshall/jsonrpclib/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~mips ~x86"
fi
DESCRIPTION="python implementation of the JSON-RPC spec (1.0 and 2.0)"
HOMEPAGE="https://github.com/joshmarshall/jsonrpclib"
LICENSE="Apache-2.0"
SLOT="0"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}
dev-python/simplejson"

View File

@ -1,15 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>vapier@gentoo.org</email>
<description>make whatever changes you want</description>
</maintainer>
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
<upstream>
<remote-id type="github">joshmarshall/jsonrpclib</remote-id>
</upstream>
</pkgmetadata>

View File

@ -1,688 +0,0 @@
# ChangeLog for dev-python/logilab-common
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/logilab-common/ChangeLog,v 1.144 2014/07/06 12:44:25 mgorny Exp $
06 Jul 2014; Michał Górny <mgorny@gentoo.org> logilab-common-0.61.0.ebuild:
Clean up obsolete dependencies on virtual/python-argparse and virtual/python-
unittest2 (those packages were only required for <=python-2.6).
04 Jun 2014; Ian Delaney <idella4@gentoo.org> logilab-common-0.61.0.ebuild:
Fix epydoc doc build, fixes Bug #512112
08 May 2014; Ian Delaney <idella4@gentoo.org> logilab-common-0.61.0.ebuild:
drop py2.6 pypy2_0 add py3.4 support, minor tidy, upgrade test phase
19 Apr 2014; Michał Górny <mgorny@gentoo.org> logilab-common-0.61.0.ebuild:
Use ${PYTHON_USEDEP} substitution support added to python_gen_cond_dep().
07 Apr 2014; Ian Delaney <idella4@gentoo.org>
-files/logilab-common-0.59.0-syntax.patch,
-files/logilab-common-0.59.0-utf8-test.patch,
-files/logilab-common-sec-CVE-2014-1838-9.patch,
-logilab-common-0.58.1.ebuild, -logilab-common-0.60.1-r1.ebuild:
rm old ebuilds & patches wrt sec bug #499872
05 Apr 2014; Agostino Sarubbo <ago@gentoo.org> logilab-common-0.61.0.ebuild:
Stable for ppc, wrt bug #499872
05 Apr 2014; Agostino Sarubbo <ago@gentoo.org> logilab-common-0.61.0.ebuild:
Stable for x86, wrt bug #499872
05 Apr 2014; Agostino Sarubbo <ago@gentoo.org> logilab-common-0.61.0.ebuild:
Stable for amd64, wrt bug #499872
31 Mar 2014; Michał Górny <mgorny@gentoo.org> logilab-common-0.60.1-r1.ebuild,
logilab-common-0.61.0.ebuild:
Add support for the new PyPy slotting.
*logilab-common-0.60.1-r1 (27 Mar 2014)
27 Mar 2014; Ian Delaney <idella4@gentoo.org>
+files/logilab-common-sec-CVE-2014-1838-9.patch,
+logilab-common-0.60.1-r1.ebuild, -logilab-common-0.59.1.ebuild,
-logilab-common-0.60.0.ebuild, -logilab-common-0.60.1.ebuild,
logilab-common-0.61.0.ebuild:
revbump; sec fix wrt sec Bug #499872, rm old unstable versions
*logilab-common-0.61.0 (12 Feb 2014)
12 Feb 2014; Ian Delaney <idella4@gentoo.org> +logilab-common-0.61.0.ebuild:
bump; add py3.3 support
*logilab-common-0.60.1 (08 Jan 2014)
08 Jan 2014; Patrick Lauer <patrick@gentoo.org> +logilab-common-0.60.1.ebuild:
Bump
02 Dec 2013; Michał Górny <mgorny@gentoo.org> logilab-common-0.59.1.ebuild,
logilab-common-0.60.0.ebuild:
Fix test invocation to write to TEST_DIR rather than BUILD_DIR.
05 Sep 2013; Michał Górny <mgorny@gentoo.org> logilab-common-0.59.1.ebuild,
logilab-common-0.60.0.ebuild:
Clean up PYTHON_COMPAT from old implementations.
02 Sep 2013; Mike Gilbert <floppym@gentoo.org>
+files/logilab-common-0.60.0-skip-doctest.patch, logilab-common-0.60.0.ebuild:
Fix deps and skip a faulty doctest.
26 Aug 2013; Dirkjan Ochtman <djc@gentoo.org> -logilab-common-0.55.2.ebuild,
-logilab-common-0.57.1.ebuild, -logilab-common-0.57.2.ebuild,
-logilab-common-0.58.1-r1.ebuild, -logilab-common-0.58.3-r1.ebuild,
-logilab-common-0.58.3.ebuild, -logilab-common-0.59.0.ebuild:
Clean out old versions.
*logilab-common-0.60.0 (10 Aug 2013)
10 Aug 2013; Patrick Lauer <patrick@gentoo.org> +logilab-common-0.60.0.ebuild:
Bump
26 Jun 2013; Patrick McLean <chutz@gentoo.org> logilab-common-0.59.1.ebuild:
Restore ~arm keyword dropped in 0.59.0 bump.
25 Jun 2013; Mike Gilbert <floppym@gentoo.org>
+files/logilab-common-0.59.1-zipsafe.patch, logilab-common-0.59.1.ebuild:
Apply 'zipsafe' patch to make test install behave consistently. Drop python3.3
support, bug 449276.
18 Jun 2013; Ian Delaney <idella4@gentoo.org> logilab-common-0.59.1.ebuild:
add py3.3 support
*logilab-common-0.59.1 (22 Apr 2013)
22 Apr 2013; Patrick Lauer <patrick@gentoo.org> +logilab-common-0.59.1.ebuild:
Bump
10 Feb 2013; Michał Górny <mgorny@gentoo.org> logilab-common-0.59.0.ebuild:
Use distutils_install_for_testing().
10 Feb 2013; Ian Delaney <idella4@gentoo.org>
+logilab-common-0.59.0-utf8-test.patch:
Reinstated patch to fix locale/utf8 in test, py3 specific, cited and tested
in Bug #454402
09 Feb 2013; Mike Gilbert <floppym@gentoo.org>
-files/logilab-common-0.59.0-utf8-test.patch, logilab-common-0.59.0.ebuild:
Revert utf8 patch as it breaks python2.
09 Feb 2013; Ian Delaney <idella4@gentoo.org>
+files/logilab-common-0.59.0-utf8-test.patch, logilab-common-0.59.0.ebuild:
Add utf8-test.patch to fix locale/utf8 issue in unittest_umessage.py, no bug
made
09 Feb 2013; Ian Delaney <idella4@gentoo.org>
+files/logilab-common-0.59.0-syntax.patch, logilab-common-0.59.0.ebuild:
Add -syntax.patch to correct minor syntax inconsistency in 1 module wrt Bug
#454402 causing a test fail in py3.2, filed upstream
02 Feb 2013; Agostino Sarubbo <ago@gentoo.org>
logilab-common-0.58.3-r1.ebuild:
Add ~arm, wrt bug #449220
02 Feb 2013; Michał Górny <mgorny@gentoo.org> logilab-common-0.58.3-r1.ebuild,
logilab-common-0.59.0.ebuild:
Improve comments on the ultimate test solution.
*logilab-common-0.59.0 (02 Feb 2013)
02 Feb 2013; Michał Górny <mgorny@gentoo.org> +logilab-common-0.59.0.ebuild:
Version bump. The new version does not work with Python 2.5.
02 Feb 2013; Michał Górny <mgorny@gentoo.org> logilab-common-0.58.3-r1.ebuild:
Use an ultimate solution for running tests. Enable pypy2.0.
12 Jan 2013; Michał Górny <mgorny@gentoo.org> logilab-common-0.58.3-r1.ebuild:
Fix following change of BEST_BUILD_DIR to BUILD_DIR.
06 Jan 2013; Michał Górny <mgorny@gentoo.org> logilab-common-0.55.2.ebuild,
logilab-common-0.57.1.ebuild, logilab-common-0.57.2.ebuild,
logilab-common-0.58.1-r1.ebuild, logilab-common-0.58.1.ebuild,
logilab-common-0.58.3-r1.ebuild, logilab-common-0.58.3.ebuild:
Use virtual/python-unittest2 and add usedep on egenix-mx-base.
01 Jan 2013; Agostino Sarubbo <ago@gentoo.org>
logilab-common-0.58.3-r1.ebuild:
Add ~alpha, wrt bug #449220
*logilab-common-0.58.3-r1 (30 Dec 2012)
30 Dec 2012; Michał Górny <mgorny@gentoo.org>
+logilab-common-0.58.3-r1.ebuild:
Migrate to distutils-r1.
*logilab-common-0.58.3 (29 Nov 2012)
29 Nov 2012; Patrick Lauer <patrick@gentoo.org> +logilab-common-0.58.3.ebuild:
Bump
28 Nov 2012; Brent Baude <ranger@gentoo.org> logilab-common-0.58.1.ebuild:
Marking logilab-common-0.58.1 ppc for bug 441276
20 Nov 2012; Agostino Sarubbo <ago@gentoo.org> logilab-common-0.58.1.ebuild:
Stable for x86, wrt bug #441276
*logilab-common-0.55.2 (13 Nov 2012)
13 Nov 2012; Theo Chatzimichos <tampakrap@gentoo.org>
+logilab-common-0.55.2.ebuild:
Bring back the only full stable version
11 Nov 2012; Ian Delaney <idella4@gentoo.org> logilab-common-0.58.1-r1.ebuild:
Removed leftover '#' from PYTHON_TESTS_RESTRICTED_ABIS, fixes Bug #442572
06 Nov 2012; Agostino Sarubbo <ago@gentoo.org> logilab-common-0.58.1.ebuild:
Stable for amd64, wrt bug #441276
*logilab-common-0.58.1-r1 (06 Nov 2012)
06 Nov 2012; Ian Delaney <idella4@gentoo.org>
+logilab-common-0.58.1-r1.ebuild, -logilab-common-0.55.2.ebuild,
logilab-common-0.58.1.ebuild:
rev bumped, doc use flag added, tests restricted for python3 due to known
failures, epydoc dep added to build docs, test phase updated
27 Aug 2012; Mike Gilbert <floppym@gentoo.org> logilab-common-0.55.2.ebuild,
logilab-common-0.57.1.ebuild, logilab-common-0.57.2.ebuild,
logilab-common-0.58.1.ebuild:
Update HOMEPAGE to prevent redirect. Suggested by Arfrever.
*logilab-common-0.58.1 (24 Aug 2012)
24 Aug 2012; Patrick Lauer <patrick@gentoo.org> +logilab-common-0.58.1.ebuild:
Bump
*logilab-common-0.57.2 (11 Apr 2012)
11 Apr 2012; Patrick Lauer <patrick@gentoo.org> +logilab-common-0.57.2.ebuild:
Bump for #411441
13 Mar 2012; Mike Gilbert <floppym@gentoo.org> logilab-common-0.57.1.ebuild:
Revert previous commit; handled in logilab-constraint.
12 Mar 2012; Patrick Lauer <patrick@gentoo.org> logilab-common-0.57.1.ebuild:
Fix for 405535 thanks to Ian Delaney
*logilab-common-0.57.1 (14 Feb 2012)
14 Feb 2012; Patrick Lauer <patrick@gentoo.org> +logilab-common-0.57.1.ebuild:
Bump for #402815
01 Jul 2011; Markos Chandras <hwoarang@gentoo.org>
-logilab-common-0.55.0.ebuild:
Remove old ebuilds. Requested by Arfrever
27 Jun 2011; Brent Baude <ranger@gentoo.org> logilab-common-0.55.2.ebuild:
Marking logilab-common-0.55.2 ppc for bug 370517
14 Jun 2011; Markus Meier <maekke@gentoo.org> logilab-common-0.55.2.ebuild:
x86 stable, bug #370517
08 Jun 2011; Markos Chandras <hwoarang@gentoo.org>
logilab-common-0.55.2.ebuild:
Stable on amd64 wrt bug #370517
*logilab-common-0.55.2 (02 May 2011)
02 May 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+logilab-common-0.55.2.ebuild:
Version bump.
14 Apr 2011; Brent Baude <ranger@gentoo.org> logilab-common-0.55.0.ebuild:
stable ppc, bug 360351
11 Apr 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
logilab-common-0.55.0.ebuild:
x86 stable wrt bug #360351
10 Apr 2011; Markus Meier <maekke@gentoo.org> logilab-common-0.54.0.ebuild:
x86 stable, bug #355273
24 Mar 2011; Christoph Mende <angelos@gentoo.org>
logilab-common-0.55.0.ebuild:
Stable on amd64 wrt bug #360351
15 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org>
logilab-common-0.54.0.ebuild:
ppc stable wrt #355273
21 Feb 2011; Markos Chandras <hwoarang@gentoo.org>
logilab-common-0.54.0.ebuild:
Stable on amd64 wrt bug #355273
*logilab-common-0.55.0 (18 Feb 2011)
18 Feb 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+logilab-common-0.55.0.ebuild:
Version bump.
*logilab-common-0.54.0 (17 Jan 2011)
17 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
-logilab-common-0.50.3.ebuild, -logilab-common-0.51.1.ebuild,
-files/logilab-common-0.51.1-python-2.7.patch, +logilab-common-0.54.0.ebuild:
Version bump. Fixed test failures with Python 2.7 (bug #293913).
08 Jan 2011; Brent Baude <ranger@gentoo.org> logilab-common-0.52.1.ebuild:
Marking logilab-common-0.52.1 ppc for bug 345487
06 Jan 2011; Brent Baude <ranger@gentoo.org> logilab-common-0.51.1.ebuild:
Marking logilab-common-0.51.1 ppc for bug 341607
24 Dec 2010; Fabian Groffen <grobian@gentoo.org>
logilab-common-0.53.0.ebuild:
Marked ~ppc-macos
07 Dec 2010; Markos Chandras <hwoarang@gentoo.org>
logilab-common-0.52.1.ebuild:
Stable on amd64 wrt bug #345487
*logilab-common-0.53.0 (06 Dec 2010)
06 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
-logilab-common-0.52.0.ebuild, +logilab-common-0.53.0.ebuild,
+files/logilab-common-0.53.0-fix_indentation.patch:
Version bump.
06 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
logilab-common-0.52.1.ebuild:
Restore ~ppc keyword (bug #339072).
16 Nov 2010; Thomas Kahle <tomka@gentoo.org> logilab-common-0.52.1.ebuild:
x86 stable per bug 345487
25 Oct 2010; Christian Faulhammer <fauli@gentoo.org>
logilab-common-0.51.1.ebuild:
stable x86, bug 341607
24 Oct 2010; Samuli Suominen <ssuominen@gentoo.org>
logilab-common-0.52.1.ebuild:
Rekeyword ~ppc64 wrt #339072
24 Oct 2010; Raúl Porcel <armin76@gentoo.org>
logilab-common-0.52.0.ebuild, logilab-common-0.52.1.ebuild:
Add ~ia64/~sparc wrt #339072
20 Oct 2010; Brent Baude <ranger@gentoo.org> logilab-common-0.52.0.ebuild:
Marking logilab-common-0.52.0 ~ppc for bug 339072
18 Oct 2010; Markos Chandras <hwoarang@gentoo.org>
logilab-common-0.51.1.ebuild:
Stable on amd64 wrt bug #341607
*logilab-common-0.52.1 (16 Oct 2010)
16 Oct 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+logilab-common-0.52.1.ebuild:
Version bump.
*logilab-common-0.52.0 (29 Sep 2010)
29 Sep 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+logilab-common-0.52.0.ebuild:
Version bump.
*logilab-common-0.51.1 (18 Sep 2010)
18 Sep 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+logilab-common-0.51.1.ebuild,
+files/logilab-common-0.51.1-python-2.7.patch:
Version bump. Fixed majority of test failures with Python 2.7 (bug #293913).
18 Jul 2010; <nixnut@gentoo.org> logilab-common-0.50.3.ebuild:
ppc stable #325377
15 Jul 2010; Christian Faulhammer <fauli@gentoo.org>
logilab-common-0.50.3.ebuild:
stable x86, bug 325377
26 Jun 2010; Christoph Mende <angelos@gentoo.org>
logilab-common-0.50.3.ebuild:
Stable on amd64 wrt bug #325377
*logilab-common-0.50.3 (08 Jun 2010)
08 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
-logilab-common-0.50.1.ebuild, +logilab-common-0.50.3.ebuild:
Version bump.
*logilab-common-0.50.2 (25 May 2010)
25 May 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+logilab-common-0.50.2.ebuild:
Version bump.
22 May 2010; Pacho Ramos <pacho@gentoo.org> logilab-common-0.49.0.ebuild:
stable amd64, bug 300245
09 May 2010; Raúl Porcel <armin76@gentoo.org>
logilab-common-0.49.0.ebuild:
s390/sparc stable wrt #300245
*logilab-common-0.50.1 (28 Apr 2010)
28 Apr 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
-logilab-common-0.45.2.ebuild, -logilab-common-0.46.0.ebuild,
-logilab-common-0.46.1.ebuild, -logilab-common-0.48.0.ebuild,
+logilab-common-0.50.1.ebuild:
Version bump.
13 Apr 2010; Christian Faulhammer <fauli@gentoo.org>
logilab-common-0.49.0.ebuild:
stable x86, bug 314851
*logilab-common-0.49.0 (25 Mar 2010)
25 Mar 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+logilab-common-0.49.0.ebuild:
Version bump.
27 Feb 2010; Fabian Groffen <grobian@gentoo.org>
logilab-common-0.46.1.ebuild, logilab-common-0.48.0.ebuild:
Marked ~x64-macos, thanks Ramon van Alteren in bug #306705
*logilab-common-0.48.0 (21 Feb 2010)
21 Feb 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+logilab-common-0.48.0.ebuild:
Version bump.
*logilab-common-0.46.1 (04 Feb 2010)
04 Feb 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+logilab-common-0.46.1.ebuild:
Version bump.
26 Dec 2009; Raúl Porcel <armin76@gentoo.org>
logilab-common-0.45.1.ebuild:
s390/sparc stable wrt #293250
*logilab-common-0.46.0 (23 Dec 2009)
23 Dec 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+logilab-common-0.46.0.ebuild:
Version bump.
12 Dec 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
logilab-common-0.45.2.ebuild:
Update dependencies (bug #296632).
*logilab-common-0.45.2 (08 Dec 2009)
08 Dec 2009; Christian Ruppert <idl0r@gentoo.org>
+logilab-common-0.45.2.ebuild:
Version bump to logilab-common-0.45.2.
19 Nov 2009; Markus Meier <maekke@gentoo.org>
logilab-common-0.45.1.ebuild:
amd64/x86 stable, bug #293250
19 Nov 2009; Mounir Lamouri <volkmar@gentoo.org>
logilab-common-0.45.1.ebuild:
Stable for ppc, bug 293250
14 Nov 2009; Raúl Porcel <armin76@gentoo.org>
logilab-common-0.45.0.ebuild:
s390/sparc stable wrt #287944
15 Oct 2009; Markus Meier <maekke@gentoo.org>
logilab-common-0.45.0.ebuild:
amd64/x86 stable, bug #287944
*logilab-common-0.45.1 (12 Oct 2009)
12 Oct 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+logilab-common-0.45.1.ebuild:
Version bump.
11 Oct 2009; nixnut <nixnut@gentoo.org> logilab-common-0.45.0.ebuild:
ppc stable #287944
10 Oct 2009; Fabian Groffen <grobian@gentoo.org>
logilab-common-0.45.0.ebuild:
Merge from Prefix
*logilab-common-0.45.0 (04 Sep 2009)
04 Sep 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
-logilab-common-0.43.0.ebuild, +logilab-common-0.45.0.ebuild:
Version bump.
*logilab-common-0.44.0 (25 Aug 2009)
25 Aug 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
-logilab-common-0.39.0-r1.ebuild,
-files/logilab-common-0.39.0-recursion.patch,
-files/logilab-common-0.39.0-remove-broken-tests.patch,
-logilab-common-0.41.0.ebuild, +logilab-common-0.44.0.ebuild:
Version bump. Set SUPPORT_PYTHON_ABIS.
*logilab-common-0.43.0 (24 Jul 2009)
24 Jul 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+logilab-common-0.43.0.ebuild:
Version bump. Don't check FEATURES (bug #278955).
*logilab-common-0.41.0 (04 Jun 2009)
04 Jun 2009; Christian Ruppert <idl0r@gentoo.org>
-files/logilab-common-0.14.0-remove-broken-modutils-test.patch,
-files/logilab-common-0.31.0-remove-broken-tests.patch,
-logilab-common-0.39.0.ebuild, +logilab-common-0.41.0.ebuild,
+files/logilab-common-0.41.0-remove-broken-tests.patch,
-files/logilab-common-setup.py.patch:
Version bump to 0.41.0. Cleanup.
27 May 2009; Ferris McCormick <fmccor@gentoo.org>
logilab-common-0.21.2.ebuild:
Sparc stable, tests pass, needed for Bug #271014.
24 Apr 2009; Patrick Lauer <patrick@gentoo.org>
-logilab-common-0.9.3.ebuild, -logilab-common-0.15.0.ebuild,
-logilab-common-0.19.2.ebuild, -logilab-common-0.21.0.ebuild,
-logilab-common-0.31.0.ebuild:
Remove ancient versions
*logilab-common-0.39.0-r1 (18 Apr 2009)
18 Apr 2009; Patrick Lauer <patrick@gentoo.org>
+files/logilab-common-0.39.0-recursion.patch,
+logilab-common-0.39.0-r1.ebuild:
Small fix by idl0r. Now astng and pylint shouldn't hit recursion limits
anymore.
*logilab-common-0.39.0 (18 Apr 2009)
18 Apr 2009; Patrick Lauer <patrick@gentoo.org>
+files/logilab-common-0.39.0-remove-broken-tests.patch,
+logilab-common-0.39.0.ebuild:
Bump to 0.39.0. Nice test fixes from idl0r. Closes #261984.
*logilab-common-0.31.0 (13 May 2008)
13 May 2008; Ali Polatel <hawking@gentoo.org>
+files/logilab-common-0.31.0-remove-broken-tests.patch,
+logilab-common-0.31.0.ebuild:
Version bump. No need to patch files that we'll remove. Updated patch for
b0rked tests.
20 May 2007; Christian Faulhammer <opfer@gentoo.org>
logilab-common-0.21.2.ebuild:
stable amd64, bug 176201
19 May 2007; nixnut <nixnut@gentoo.org> logilab-common-0.21.2.ebuild:
Stable on ppc wrt bug 176201
17 May 2007; Raúl Porcel <armin76@gentoo.org>
logilab-common-0.21.2.ebuild:
x86 stable wrt #176201
14 May 2007; Marien Zwart <marienz@gentoo.org>
+files/logilab-common-0.21.2-disable-access-tests-as-root.patch,
logilab-common-0.21.2.ebuild:
Make the tests pass without FEATURES=-userpriv (bug #176201).
*logilab-common-0.21.2 (02 Mar 2007)
02 Mar 2007; Marien Zwart <marienz@gentoo.org>
+files/logilab-common-0.21.2-remove-broken-tests.patch,
+logilab-common-0.21.2.ebuild:
Version bump changing how the tests are run.
*logilab-common-0.21.0 (29 Nov 2006)
29 Nov 2006; Marien Zwart <marienz@gentoo.org>
-logilab-common-0.14.0.ebuild, -logilab-common-0.14.1.ebuild,
+logilab-common-0.21.0.ebuild:
Version bump, remove doc USE flag that was not doing anything.
27 Sep 2006; Marien Zwart <marienz@gentoo.org> ChangeLog:
Add missing IUSE (recommit because I forgot repoman).
*logilab-common-0.19.2 (26 Sep 2006)
26 Sep 2006; Marien Zwart <marienz@gentoo.org>
+logilab-common-0.19.2.ebuild:
Version bump.
20 Sep 2006; Rob Cakebread <pythonhead@gentoo.org>
+files/logilab-common-setup.py.patch, logilab-common-0.9.3.ebuild,
logilab-common-0.14.0.ebuild, logilab-common-0.14.1.ebuild,
logilab-common-0.15.0.ebuild:
Fixes from future import error in Python 2.5
01 Aug 2006; Tom Gall <tgall@gentoo.org> logilab-common-0.15.0.ebuild:
added ~ppc64
*logilab-common-0.15.0 (02 Apr 2006)
02 Apr 2006; Lukasz Strzygowski <lucass@gentoo.org>
-files/logilab-common-0.13.0-configuration-help-test-less-strict.patch,
-files/logilab-common-0.13.0-dbapi-skip-tests.patch,
-logilab-common-0.5.0.ebuild, -logilab-common-0.10.0.ebuild,
-logilab-common-0.12.0.ebuild, -logilab-common-0.13.0.ebuild,
-logilab-common-0.13.0-r1.ebuild, +logilab-common-0.15.0.ebuild:
Version bump. Fixed tests. Removed older versions: 0.5.0, 0.10.0, 0.12.0,
0.13.0, 0.13.0-r1.
01 Apr 2006; Aron Griffis <agriffis@gentoo.org>
logilab-common-0.14.1.ebuild:
Mark 0.14.1 ~ia64
*logilab-common-0.14.1 (06 Mar 2006)
06 Mar 2006; Marien Zwart <marienz@gentoo.org>
+logilab-common-0.14.1.ebuild:
Version bump to the actual latest version.
*logilab-common-0.14.0 (06 Mar 2006)
06 Mar 2006; Marien Zwart <marienz@gentoo.org>
+files/logilab-common-0.14.0-remove-broken-modutils-test.patch,
+logilab-common-0.14.0.ebuild:
Version bump.
06 Feb 2006; Simon Stelling <blubb@gentoo.org>
logilab-common-0.9.3.ebuild:
stable on amd64
*logilab-common-0.13.0-r1 (19 Jan 2006)
19 Jan 2006; Marien Zwart <marienz@gentoo.org>
+logilab-common-0.13.0-r1.ebuild:
Revbump with no ebuild changes to ensure common/__init__.py is from
logilab-common, not astng (bug #111970).
*logilab-common-0.13.0 (11 Jan 2006)
11 Jan 2006; Marien Zwart <marienz@gentoo.org>
+files/logilab-common-0.13.0-configuration-help-test-less-strict.patch,
+files/logilab-common-0.13.0-dbapi-skip-tests.patch,
+logilab-common-0.13.0.ebuild:
Bump version to 0.13.0, add src_test.
*logilab-common-0.12.0 (05 Nov 2005)
05 Nov 2005; Lukasz Strzygowski <lucass@gentoo.org>
+logilab-common-0.12.0.ebuild:
Version bump. Added optional dependency on optik. Closing bug #108711.
*logilab-common-0.10.0 (27 May 2005)
27 May 2005; Alastair Tse <liquidx@gentoo.org>
-logilab-common-0.4.4.ebuild, -logilab-common-0.9.0.ebuild,
-logilab-common-0.9.1.ebuild, logilab-common-0.9.3.ebuild,
+logilab-common-0.10.0.ebuild:
version bump
22 May 2005; Jason Wever <weeve@gentoo.org> logilab-common-0.9.3.ebuild:
Added ~sparc keyword.
24 Apr 2005; Simon Stelling <blubb@gentoo.org>
logilab-common-0.5.0.ebuild:
stable on amd64
*logilab-common-0.9.3 (14 Apr 2005)
14 Apr 2005; Bryan Østergaard <kloeri@gentoo.org>
+logilab-common-0.9.3.ebuild:
Version bump.
*logilab-common-0.9.1 (19 Mar 2005)
19 Mar 2005; Fernando Serboncini <fserb@gentoo.org>
-logilab-common-0.3.4.ebuild, +logilab-common-0.9.1.ebuild:
Version bump. Removed old version.
*logilab-common-0.9.0 (24 Jan 2005)
24 Jan 2005; Bryan Østergaard <kloeri@gentoo.org>
+logilab-common-0.9.0.ebuild:
Version bump.
24 Jan 2005; Bryan Østergaard <kloeri@gentoo.org> :
Version bump.
30 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> :
Change encoding to UTF-8 for GLEP 31 compliance
20 Dec 2004; Bryan Østergaard <kloeri@gentoo.org>
logilab-common-0.5.0.ebuild:
Bump x86 stable.
17 Oct 2004; Dylan Carlson <absinthe@gentoo.org>
logilab-common-0.5.0.ebuild:
keywords ~amd64; closes #60986.
07 Aug 2004; Tom Martin <slarti@gentoo.org> logilab-common-0.3.4.ebuild,
logilab-common-0.4.4.ebuild, logilab-common-0.5.0.ebuild:
Typo in DESCRIPTION: developped -> developed; functionnalities ->
functionality. Bug 59717.
12 May 2004; David Holm <dholm@gentoo.org> logilab-common-0.5.0.ebuild:
Added to ~ppc.
*logilab-common-0.5.0 (12 May 2004)
12 May 2004; Bryan Østergaard <kloeri@gentoo.org>
+logilab-common-0.5.0.ebuild:
Version bump.
04 May 2004; Bryan Østergaard <kloeri@gentoo.org>
logilab-common-0.3.4.ebuild, logilab-common-0.4.4.ebuild:
Add missing IUSE.
15 Apr 2004; Michael McCabe <randy@gentoo.org>
logilab-common-0.4.4.ebuild:
adding s390 keywords
*logilab-common-0.4.4 (17 Feb 2004)
17 Feb 2004; Bryan Østergaard <kloeri@gentoo.org>
logilab-common-0.4.4.ebuild:
Version bump.
*logilab-common-0.3.4 (14 Oct 2003)
14 Oct 2003; Alastair Tse <liquidx@gentoo.org> logilab-common-0.3.4.ebuild,
metadata.xml:
initial ebuild. dependency for pylint

View File

@ -1,28 +0,0 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
AUX logilab-common-0.59.1-zipsafe.patch 398 SHA256 a589b3107bbabc18f14d69410ba6a5f0affc8a1f373825cb4e7603ee4a215386 SHA512 d97177abe8deb3af46abf586cb034a2d0d16e924b2419ada49ab097acd9bb8820aec41b81dc5a0cd6a36f02849638a221b3e71ada077b3bd256fc9677e2bac57 WHIRLPOOL 8819196d91dfc6893ecef141a71b48425df837d8ca495da1ed9f70ea3a6f39fd673f29e0fe1da19573498bfe716b7cea64336c044dd067a4465bb947274acd37
AUX logilab-common-0.60.0-skip-doctest.patch 313 SHA256 bfa9b4a9e6beb7e681ca9a6efd3b66e81e69bc8bcc6e5aa6acec47a00eb353a4 SHA512 74135bd0dc609244bd746abe75e2bcf427c38eff195cc25790b0cce478c71ff30b59291f5b2e7631d901a776aded1decfad30e5b63bbe13ad0f13a0a19592331 WHIRLPOOL 2e4f9b1481c7d1188e8bb895013d2e9b2dd4b31102ad65a198989d12e217a2520a865ee4ab2aea3a55fea65bc8c3d23abfca48af5c39e8d836f174363823521b
DIST logilab-common-0.61.0.tar.gz 199322 SHA256 80fba5ba4908983580a0003fee0c12c270b379e2a21038b609ce8eda4dd3cee7 SHA512 2229fcc8549e9adc87a7d6a47b3e966a16b61ae78a2253ea314d72d180a0cc7eae0fc444aefb3bf00995ead902eecf9fcabb7f494dafbdde9c7fdded3c4f35b1 WHIRLPOOL 942e1d2216ba9b09371fc77fd9e6f4463da260d174d2e0a0fd083adf4181ee9ce5a77845468b60aa85a869b90755b6668afe3a1274c21a77f0b40d0188d3ff5e
EBUILD logilab-common-0.61.0.ebuild 3249 SHA256 1d7ca95d1f287c779d843b071951659745b29b15aa1ca2d2cbf9cd3ad1aca7be SHA512 530f18a61e4071ccb5bf1d5633f84b93bb1740112ef92c3ac2999e3b46ffc01d6ce484cacf6a6abf1624f97ad7765a6b5a4f8ed2828b024ab50fdc522ac960c5 WHIRLPOOL ac34da3c669a1ccfd15bb44f14dc36579df56db0af38c7e8401d1c6d9f7f113a63652651005ae88e3f417e8942a5f8c785b327589693aa5de6e2c15ff2c512de
MISC ChangeLog 23620 SHA256 2da3f915cc192e91b875a69d1b10060ffbcb111e1c078d23ddf20f1f0ca4b07b SHA512 75d0feddc59d18bd4e5ef3654f8f60b7255cfc5c6d72d200360d2d30ee4c3375ca36de5203e852582f324be1490da16c65c159805d1aab5d8738e45f196b5749 WHIRLPOOL 6a1380c10cf2c25174112a63e88ba3d0a5c0acb2976175f0c962679c04b09dd6f49a56e0c283d3c9b31211549f062d7d08449631b56e52f0eefe170cd8ff30e9
MISC metadata.xml 237 SHA256 523ae42d51ae087b615a63e6b30e3c6c1d3910f2ccc0c03685d6939756660c16 SHA512 74f7a5fc9ffe80a474f05ed5ab7fe94511ea85f65325d3f16c5cb9af5b072b9aaab5ddf99464e34d12a47dd4861a76e16486fc8815a502036530ed74c73047db WHIRLPOOL d95ffbf06f4021d81c7b5f17bc1c240e47db7a3344526c053ae504d8442658d93ffc13d9f89e91991d6327fc92b31bd9499a9ec3f57830dd9834ca3b349b1e1f
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iQJ8BAEBCABmBQJTuUSuXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ2REJCMDdDQzRGMERBRDA2RUEwQUZFNDFC
MDdBMUFFQUVGQjQ0NjRFAAoJELB6GurvtEZOnGkP/2DKviW7tq598wb2F6QtHL+0
qTe/h2yAhRbN5YtNmDPTF6DQzbSsnfFuHPPCFIoKUYzRUFGmQ6f071BIPEtqVxXY
uDvZr1lAc4bNgBh/V5vJqBK0jrcFzB96WNET5R328maO24MydcSVLRJOefjf79E7
vEK2Drc9k/01TBBD06ZpgPsCji3NaAexWMJMvqjENujONdHcyvQEvq2UiazAw74c
inAejx4bYcG9SP2lEeqwAMG74CE2B/uiyBrvdHrsmQCcl9hmnt5sH7diKzSyJQBN
USEDKcabiewPhhb7EN3sZEzbbpLptJ3Ug5Bo3IHWZOL00AOCji1J0YiGglSmqNqU
xajK5rI1Gk/2c5TkzLsdcPmjTSU3bSqO+cFHbJTDrUvpymL+gF07OasclBlCb+4+
QR5DloFz4NTTMR6eeD2xFAZKLhjdcld7LRY2JW6aV7uAPxKA34CGXCts9MSBKsGf
bRco0o4OqKZNxHppckPNO6ZWZHGdA9kn9AF+bn0AbOoZbXclUz26DRzq/yecOEgN
+o886tarDPiMKlAX+DJn1LRJksnX+LR1Gw8UIQMRTk1/Q+kYT1dQdy7QL9a3ECdE
8WkzU0XhNO3DbLFTiX/mQX2kEQ2Q3MKPQSZMFW2PoAhP+LSXseqitL4CJz47t6gS
7xTYXTvCaU/QOXAaNNEu
=qIgz
-----END PGP SIGNATURE-----

View File

@ -1,13 +0,0 @@
Make sure setuptools does not create a zip file in python_test; this is buggy
and causes tests to fail.
--- a/setup.py
+++ b/setup.py
@@ -179,6 +179,7 @@
ext_modules = ext_modules,
cmdclass = {'install_lib': MyInstallLib,
'build_py': MyBuildPy},
+ zip_safe = False,
**kwargs
)

View File

@ -1,13 +0,0 @@
http://www.logilab.org/ticket/174440
diff --git a/textutils.py b/textutils.py
--- a/textutils.py
+++ b/textutils.py
@@ -287,7 +287,7 @@
>>> text_to_dict('''multiple=1
... multiple= 2
... single =3
- ... ''')
+ ... ''') # doctest: +SKIP
{'single': '3', 'multiple': ['1', '2']}
"""

View File

@ -1,92 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/logilab-common/logilab-common-0.61.0.ebuild,v 1.9 2014/07/06 12:44:25 mgorny Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
inherit distutils-r1 eutils
DESCRIPTION="Useful miscellaneous modules used by Logilab projects"
HOMEPAGE="http://www.logilab.org/project/logilab-common http://pypi.python.org/pypi/logilab-common"
SRC_URI="ftp://ftp.logilab.org/pub/common/${P}.tar.gz mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="test doc"
RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
# Tests using dev-python/psycopg are skipped when dev-python/psycopg isn't installed.
# egenix-mx-base tests are optional and supports python2 only.
DEPEND="${RDEPEND}
test? (
$(python_gen_cond_dep 'dev-python/egenix-mx-base[${PYTHON_USEDEP}]' python2_7)
!dev-python/psycopg[-mxdatetime]
)
doc? ( $(python_gen_cond_dep 'dev-python/epydoc[${PYTHON_USEDEP}]' python2_7) )"
PATCHES=(
# Make sure setuptools does not create a zip file in python_test;
# this is buggy and causes tests to fail.
"${FILESDIR}/${PN}-0.59.1-zipsafe.patch"
# Depends on order of dictionary keys
"${FILESDIR}/logilab-common-0.60.0-skip-doctest.patch"
)
# Req'd for impl specific failures in the testsuite
DISTUTILS_IN_SOURCE_BUILD=1
python_prepare_all() {
sed -e 's:(CURDIR):{S}/${P}:' -i doc/makefile || die
distutils-r1_python_prepare_all
}
python_compile_all() {
if use doc; then
# Based on the doc build in Arfrever's ebuild. It works
pushd doc > /dev/null
mkdir -p apidoc || die
epydoc --parse-only -o apidoc --html -v --no-private --exclude=__pkginfo__ --exclude=setup --exclude=test \
-n "Logilab's common library" "$(ls -d ../build//lib/logilab/common/)" build \
|| die "Generation of documentation failed"
fi
}
python_test() {
distutils_install_for_testing
# https://www.logilab.org/ticket/149345
# Prevent timezone related failure.
export TZ=UTC
# Make sure that the tests use correct modules.
pushd "${TEST_DIR}"/lib > /dev/null || die
if python_is_python3; then
# http://www.logilab.org/ticket/241813, 241807
# The suite can be made to pass under py3.4 by disabling the class MxDateTC in unittest_date.py
# These are covered by issue 241813. Any and all methods to disable them temporarily
# (assuming they will ever be fixed) are simply cumbersome in the extreme, thus impractical.
# The failures are specific to py3.4's unittest's parameters in _addSkip and not the package itself.
if [[ "${EPYTHON}" == "python3.4" ]]; then
sed -e 's:test_any:_&:' \
-i $(find . -name unittest_compat.py) || die
sed -e 's:test_add_days_worked:_&:' \
-i $(find . -name unittest_date.py) || die
fi
# Returns a clean run under py3.3
rm $(find . -name unittest_umessage.py) || die
fi
"${TEST_DIR}"/scripts/pytest || die "Tests fail with ${EPYTHON}"
popd > /dev/null || die
}
python_install_all() {
distutils-r1_python_install_all
doman doc/pytest.1
use doc && dohtml -r doc/apidoc/.
}

View File

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>python</herd>
<upstream>
<remote-id type="pypi">logilab-common</remote-id>
</upstream>
</pkgmetadata>

View File

@ -1,3 +0,0 @@
DIST Markdown-2.6.1.tar.gz 298074 SHA256 b5879b87e8e5c125c92ab8c8f3babce78ad4e840446eed73c5b6e2984648d2b1 SHA512 53e11c5d4feacdb8210427da65b6b09453e8c904e86b42095a80132a4b67e926ba974458769e5227bfeaddd3bba5f6bd7ca7e3385951982ec982f63989119d78 WHIRLPOOL 58b6d87354ee19aac7ad1567e10f2cdc99c1aa980d3bee2fee81a5ccb5e70f43d13750dfaf1df9a42c00f3d35664731b52bfa1246271907f5a3422281ede1cc6
DIST Markdown-2.6.5.tar.gz 301781 SHA256 8d94cf6273606f76753fcb1324623792b3738c7612c2b180c85cc5e88642e560 SHA512 d966136a7184ada4eec70af661aba441694a8c4f59e57d59a28dfbc1649ca1e90cc1e4a29b354b3caf35362e1e0c96eeb3f46c68f82d7a898b76c08866d459d3 WHIRLPOOL 752414989f7b3ba04f4f4d8b9f855c9d64f816c61b4d6333e1b3c15b2aadf6579f1b1f0a686ca3eccfc3fcdaac8007c6655a0f331d795a8a0b07ef83dda2465c
DIST Markdown-2.6.8.tar.gz 307330 SHA256 0ac8a81e658167da95d063a9279c9c1b2699f37c7c4153256a458b3a43860e33 SHA512 85c1a16ebb50af79f378eb2fa936342df6174a4f597a74fee6d0495ef2bc4c7c8337463799e427cb6788b3429e400309958b5c4784f536593047ab2e47ac7c23 WHIRLPOOL a7472b1feb23db0b6fbf8826979d1f82ad6e84dd6d33b66e4bfba9c2914ff10ec278d444aa8ab740d1d290cb1bd6682cb4f6e9cedf66c5cae8d0a5f96cfd4804

View File

@ -1,14 +0,0 @@
Don't build docs by default, which causes issues when trying
to remove .txt files, as they will be readded on installing.
--- a/setup.py
+++ b/setup.py
@@ -204,7 +204,7 @@
def initialize_options(self):
build.initialize_options(self)
- self.no_build_docs = False
+ self.no_build_docs = True
def has_docs(self):
return not self.no_build_docs

View File

@ -1,44 +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 pypy3 )
inherit distutils-r1
MY_PN="Markdown"
MY_P=${MY_PN}-${PV}
DESCRIPTION="Python implementation of the markdown markup language"
HOMEPAGE="http://www.freewisdom.org/projects/python-markdown https://pypi.python.org/pypi/Markdown"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
LICENSE="|| ( BSD GPL-2 )"
SLOT="0"
KEYWORDS="alpha amd64 arm ~arm64 ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="doc test pygments"
DEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}] )"
# source cites pytidylib however from testruns it appears optional
RDEPEND="pygments? ( dev-python/pygments[${PYTHON_USEDEP}] )"
S="${WORKDIR}/${MY_P}"
python_compile_all() {
use doc && esetup.py build_docs
}
python_test() {
cp -r -l run-tests.py tests "${BUILD_DIR}"/ || die
pushd "${BUILD_DIR}" > /dev/null
"${PYTHON}" run-tests.py || die "Tests fail with ${EPYTHON}"
popd > /dev/null
}
python_install_all() {
# make use doc do a doc build
use doc && local HTML_DOCS=( "${BUILD_DIR}"/docs/. )
distutils-r1_python_install_all
}

View File

@ -1,53 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
inherit distutils-r1
MY_PN="Markdown"
MY_P=${MY_PN}-${PV}
DESCRIPTION="Python implementation of the markdown markup language"
HOMEPAGE="
http://www.freewisdom.org/projects/python-markdown
https://pypi.python.org/pypi/Markdown
https://pythonhosted.org/Markdown/
https://github.com/waylan/Python-Markdown"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
LICENSE="|| ( BSD GPL-2 )"
SLOT="0"
KEYWORDS="alpha amd64 arm ~arm64 ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="doc test pygments"
DEPEND="
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
dev-python/pygments[${PYTHON_USEDEP}]
dev-python/pytidylib[${PYTHON_USEDEP}]
)"
# source cites pytidylib however from testruns it appears optional
RDEPEND="pygments? ( dev-python/pygments[${PYTHON_USEDEP}] )"
S="${WORKDIR}/${MY_P}"
python_compile_all() {
use doc && esetup.py build_docs
}
python_test() {
cp -r -l run-tests.py tests "${BUILD_DIR}"/ || die
cd "${BUILD_DIR}" || die
"${PYTHON}" run-tests.py || die "Tests fail with ${EPYTHON}"
}
python_install_all() {
# make use doc do a doc build
use doc && local HTML_DOCS=( "${BUILD_DIR}"/docs/. )
distutils-r1_python_install_all
}

View File

@ -1,53 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
inherit distutils-r1
DESCRIPTION="Python implementation of the markdown markup language"
HOMEPAGE="
http://www.freewisdom.org/projects/python-markdown
https://pypi.python.org/pypi/Markdown
https://pythonhosted.org/Markdown/
https://github.com/waylan/Python-Markdown"
SRC_URI="mirror://pypi/M/${PN^}/${P^}.tar.gz"
LICENSE="|| ( BSD GPL-2 )"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="doc test pygments"
DEPEND="
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
dev-python/pygments[${PYTHON_USEDEP}]
dev-python/pytidylib[${PYTHON_USEDEP}]
)"
# source cites pytidylib however from testruns it appears optional
RDEPEND="pygments? ( dev-python/pygments[${PYTHON_USEDEP}] )"
S="${WORKDIR}/${P^}"
PATCHES=(
# build system always builds docs
"${FILESDIR}"/${PN}-2.6.8-dont-build-docs-default.patch
)
python_compile_all() {
if use doc; then
esetup.py build_docs
HTML_DOCS=( "${BUILD_DIR}"/docs/. )
# remove .txt files
find "${BUILD_DIR}"/docs -name '*.txt' -delete || die
fi
}
python_test() {
cp -r -l run-tests.py tests "${BUILD_DIR}"/ || die
cd "${BUILD_DIR}" || die
"${EPYTHON}" run-tests.py || die "Tests fail with ${EPYTHON}"
}

View File

@ -1,15 +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>
<use>
<flag name="pygments">Enable fancy pygments support</flag>
</use>
<upstream>
<remote-id type="pypi">Markdown</remote-id>
<remote-id type="github">waylan/Python-Markdown</remote-id>
</upstream>
</pkgmetadata>

View File

@ -1,801 +0,0 @@
# ChangeLog for dev-python/numpy
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/ChangeLog,v 1.202 2013/04/16 08:58:35 patrick Exp $
*numpy-1.7.1 (16 Apr 2013)
16 Apr 2013; Patrick Lauer <patrick@gentoo.org> +numpy-1.7.1.ebuild:
Bump, docs are still 1.7.0 until upstream updates
11 Mar 2013; Justin Lecher <jlec@gentoo.org> -numpy-1.6.2.ebuild:
Drop old
10 Mar 2013; Agostino Sarubbo <ago@gentoo.org> numpy-1.6.2-r2.ebuild:
Stable for s390, wrt bug #458990
05 Mar 2013; Agostino Sarubbo <ago@gentoo.org> numpy-1.6.2-r2.ebuild:
Stable for sh, wrt bug #458990
03 Mar 2013; Agostino Sarubbo <ago@gentoo.org> numpy-1.6.2-r2.ebuild:
Stable for sparc, wrt bug #458990
01 Mar 2013; Agostino Sarubbo <ago@gentoo.org> numpy-1.6.2-r2.ebuild:
Stable for alpha, wrt bug #458990
01 Mar 2013; Agostino Sarubbo <ago@gentoo.org> numpy-1.6.2-r2.ebuild:
Stable for arm, wrt bug #458990
01 Mar 2013; Agostino Sarubbo <ago@gentoo.org> numpy-1.6.2-r2.ebuild:
Stable for ia64, wrt bug #458990
28 Feb 2013; Jeroen Roovers <jer@gentoo.org> numpy-1.6.2-r2.ebuild:
Stable for HPPA (bug #458990).
28 Feb 2013; Agostino Sarubbo <ago@gentoo.org> numpy-1.6.2-r2.ebuild:
Stable for ppc64, wrt bug #458990
28 Feb 2013; Agostino Sarubbo <ago@gentoo.org> numpy-1.6.2-r2.ebuild:
Stable for ppc, wrt bug #458990
27 Feb 2013; Agostino Sarubbo <ago@gentoo.org> numpy-1.6.2-r2.ebuild:
Stable for x86, wrt bug #458990
27 Feb 2013; Agostino Sarubbo <ago@gentoo.org> numpy-1.6.2-r2.ebuild:
Stable for amd64, wrt bug #458990
24 Feb 2013; Justin Lecher <jlec@gentoo.org> numpy-1.6.2.ebuild,
numpy-1.6.2-r2.ebuild, +files/numpy-1.6.2-test-pareto.patch, metadata.xml:
Backport fix for test failure (test_pareto) on 32bit systems, #447502
*numpy-1.7.0 (19 Feb 2013)
19 Feb 2013; Sébastien Fabbro <bicatali@gentoo.org>
+files/numpy-1.7.0-atlas.patch, +numpy-1.7.0.ebuild, metadata.xml:
Version bump. Modified patch accordingly, and URL for docs.
19 Feb 2013; Justin Lecher <jlec@gentoo.org> numpy-1.6.2.ebuild,
numpy-1.6.2-r2.ebuild:
Use tc-getPKG_CONFIG from toolchain-funcs.eclass instead of plain pkg-config
18 Feb 2013; Zac Medico <zmedico@gentoo.org> numpy-1.6.2-r2.ebuild:
Add ~arm-linux keyword.
10 Feb 2013; Michał Górny <mgorny@gentoo.org> numpy-1.6.2-r2.ebuild:
Use distutils_install_for_testing().
*numpy-1.6.2-r2 (03 Feb 2013)
03 Feb 2013; Michał Górny <mgorny@gentoo.org> +numpy-1.6.2-r2.ebuild,
-numpy-1.6.2-r1.ebuild:
Wrap f2py in the -r1 way.
01 Feb 2013; Michał Górny <mgorny@gentoo.org> -files/numpy-1.1.0-f2py.patch,
-files/numpy-1.3.0-fenv-freebsd.patch, -files/numpy-1.4.0-interix.patch,
-files/numpy-1.5.1-python-3.2.patch, -files/numpy-1.6.1-import_umath.patch:
Remove obsolete/unused patches.
*numpy-1.6.2-r1 (01 Feb 2013)
01 Feb 2013; Michał Górny <mgorny@gentoo.org> +numpy-1.6.2-r1.ebuild:
Migrate to distutils-r1.
10 Jan 2013; Justin Lecher <jlec@gentoo.org> -numpy-1.6.1-r1.ebuild,
metadata.xml:
Cleaned old
29 Dec 2012; Raúl Porcel <armin76@gentoo.org> numpy-1.6.2.ebuild:
alpha/s390/sh/sparc stable wrt #446340
18 Dec 2012; Agostino Sarubbo <ago@gentoo.org> numpy-1.6.2.ebuild:
Stable for ia64, wrt bug #446340
17 Dec 2012; Markus Meier <maekke@gentoo.org> numpy-1.6.2.ebuild:
arm stable, bug #446340
16 Dec 2012; Agostino Sarubbo <ago@gentoo.org> numpy-1.6.2.ebuild:
Stable for x86, wrt bug #446340
09 Dec 2012; Agostino Sarubbo <ago@gentoo.org> numpy-1.6.2.ebuild:
Stable for ppc64, wrt bug #446340
08 Dec 2012; Jeroen Roovers <jer@gentoo.org> numpy-1.6.2.ebuild:
Stable for HPPA (bug #446340).
07 Dec 2012; Agostino Sarubbo <ago@gentoo.org> numpy-1.6.2.ebuild:
Stable for ppc, wrt bug #446340
07 Dec 2012; <ago@gentoo.org> numpy-1.6.2.ebuild:
Stable for amd64, wrt bug #446340
07 Dec 2012; Justin Lecher <jlec@gentoo.org> -numpy-1.5.1.ebuild,
-numpy-1.6.0.ebuild, -numpy-1.6.1.ebuild:
Drop old, fixes #404435, #386847
16 Oct 2012; Justin Lecher <jlec@gentoo.org> numpy-1.5.1.ebuild,
numpy-1.6.0.ebuild, numpy-1.6.1.ebuild, numpy-1.6.1-r1.ebuild,
numpy-1.6.2.ebuild:
Remove virtual/fortran and always call fortran-2_pkg_setup as intend by the
updated fortran-2.eclass
14 Oct 2012; Justin Lecher <jlec@gentoo.org> numpy-1.5.1.ebuild,
numpy-1.6.0.ebuild, numpy-1.6.1-r1.ebuild, numpy-1.6.1.ebuild,
numpy-1.6.2.ebuild:
Prepare for fortran2.eclass update
02 Oct 2012; Mike Gilbert <floppym@gentoo.org> numpy-1.5.1.ebuild,
numpy-1.6.0.ebuild, numpy-1.6.1.ebuild, numpy-1.6.2.ebuild:
Restrict python 3.3 based on testing by Arfrever. This can be reversed in
numpy 1.7.
29 Jul 2012; Raúl Porcel <armin76@gentoo.org> numpy-1.6.1-r1.ebuild:
alpha/ia64/s390/sh/sparc stable wrt #418419
28 Jun 2012; Mike Gilbert <floppym@gentoo.org> numpy-1.6.2.ebuild:
Cleanup die usage for EAPI 4.
28 Jun 2012; Sebastien Fabbro <fabbros@gentoo.org> numpy-1.6.2.ebuild:
Cleaned up a bit the pkg-config mangling for blas/lapack. Hack to strip -lm
because it would not link with system blas/lapack on prefix
28 Jun 2012; Jeroen Roovers <jer@gentoo.org> numpy-1.6.1-r1.ebuild:
Stable for HPPA (bug #418419).
08 Jun 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> numpy-1.6.1-r1.ebuild:
x86 stable wrt bug #418419
07 Jun 2012; Brent Baude <ranger@gentoo.org> numpy-1.6.1-r1.ebuild:
Marking numpy-1.6.1-r1 ppc for bug 418419
05 Jun 2012; Brent Baude <ranger@gentoo.org> numpy-1.6.1-r1.ebuild:
Marking numpy-1.6.1-r1 ppc64 for bug 418419
03 Jun 2012; Markus Meier <maekke@gentoo.org> numpy-1.6.1-r1.ebuild:
arm stable, bug #418419
02 Jun 2012; Agostino Sarubbo <ago@gentoo.org> numpy-1.6.1-r1.ebuild:
Stable for AMD64, wrt bug #418419
*numpy-1.6.2 (22 May 2012)
22 May 2012; Sébastien Fabbro <bicatali@gentoo.org> +numpy-1.6.2.ebuild:
Version bump
12 May 2012; Alexis Ballier <aballier@gentoo.org> numpy-1.6.1-r1.ebuild:
keyword ~amd64-fbsd
04 May 2012; Patrick Lauer <patrick@gentoo.org> numpy-1.5.1.ebuild,
numpy-1.6.0.ebuild, numpy-1.6.1-r1.ebuild, numpy-1.6.1.ebuild:
Migrating dev-util/pkgconfig -> virtual/pkgconfig
20 Feb 2012; Patrick Lauer <patrick@gentoo.org> numpy-1.5.1.ebuild,
numpy-1.6.0.ebuild, numpy-1.6.1-r1.ebuild, numpy-1.6.1.ebuild:
Restricting pypy #403757
17 Dec 2011; Sébastien Fabbro <bicatali@gentoo.org> numpy-1.6.1-r1.ebuild,
+files/numpy-1.6.1-import_umath.patch:
Added patch for python-3, thanks Johan Bergström, bug #393679
27 Oct 2011; Justin Lecher <jlec@gentoo.org> numpy-1.6.1-r1.ebuild,
files/numpy-1.6.1-atlas.patch:
Included fixes for atlas, #386531; thanks My Th for the patch
*numpy-1.6.1-r1 (07 Oct 2011)
07 Oct 2011; Justin Lecher <jlec@gentoo.org> +numpy-1.6.1-r1.ebuild,
+files/numpy-1.6.1-atlas.patch, metadata.xml:
Fix for missing clapack_* symbols in scipy, #371099
17 Aug 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
numpy-1.6.1.ebuild:
keyword ~sparc-solaris
*numpy-1.6.1 (26 Jul 2011)
26 Jul 2011; Sébastien Fabbro <bicatali@gentoo.org> +numpy-1.6.1.ebuild:
Version bump
23 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> numpy-1.6.0.ebuild:
ppc64 stable wrt #371673
10 Jul 2011; Raúl Porcel <armin76@gentoo.org> numpy-1.6.0.ebuild:
alpha/ia64/s390/sh/sparc stable wrt #371673
27 Jun 2011; Brent Baude <ranger@gentoo.org> numpy-1.6.0.ebuild:
Marking numpy-1.6.0 ppc for bug 371673
21 Jun 2011; Justin Lecher <jlec@gentoo.org> numpy-1.5.1.ebuild,
numpy-1.6.0.ebuild:
Use USE=lapack to depend conditionally on fortran support
21 Jun 2011; Justin Lecher <jlec@gentoo.org> numpy-1.5.1.ebuild,
numpy-1.6.0.ebuild:
Add dependency on virtual/fortran
21 Jun 2011; Justin Lecher <jlec@gentoo.org> numpy-1.5.1.ebuild,
numpy-1.6.0.ebuild:
Added fortran-2.eclass support
19 Jun 2011; Markus Meier <maekke@gentoo.org> numpy-1.6.0.ebuild:
x86 stable, bug #371673
19 Jun 2011; Markus Meier <maekke@gentoo.org> numpy-1.6.0.ebuild:
arm stable, bug #371673
18 Jun 2011; Markos Chandras <hwoarang@gentoo.org> numpy-1.6.0.ebuild:
Stable on amd64 wrt bug #371673
15 Jun 2011; Jeroen Roovers <jer@gentoo.org> numpy-1.6.0.ebuild:
Stable for HPPA (bug #371673).
*numpy-1.6.0 (14 May 2011)
14 May 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+numpy-1.6.0.ebuild:
Version bump.
*numpy-1.6.0_rc3 (08 May 2011)
08 May 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+numpy-1.6.0_rc3.ebuild:
Version bump.
*numpy-1.6.0_beta2 (07 Apr 2011)
07 Apr 2011; Sébastien Fabbro <bicatali@gentoo.org>
-numpy-1.6.0_beta1.ebuild, +numpy-1.6.0_beta2.ebuild:
Version bump
03 Apr 2011; Raúl Porcel <armin76@gentoo.org> numpy-1.5.1.ebuild:
ia64/s390/sh stable wrt #351487
*numpy-1.6.0_beta1 (28 Mar 2011)
28 Mar 2011; Sébastien Fabbro <bicatali@gentoo.org>
+numpy-1.6.0_beta1.ebuild:
Version bump. Beta only, does not pass test suite
25 Mar 2011; Sébastien Fabbro <bicatali@gentoo.org> numpy-1.5.1.ebuild:
Allows cross-compiling, bug #356381 thanks Dylan Smith
27 Feb 2011; Tobias Klausmann <klausman@gentoo.org> numpy-1.5.1.ebuild:
Stable on alpha, bug #351487
26 Feb 2011; Michael Weber <xmw@gentoo.org> numpy-1.5.1.ebuild:
sparc stable (bug 351487)
25 Jan 2011; Jeroen Roovers <jer@gentoo.org> numpy-1.5.1.ebuild:
Stable for HPPA (bug #351487).
15 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org> numpy-1.5.1.ebuild:
ppc64 stable wrt #351487
15 Jan 2011; Markus Meier <maekke@gentoo.org> numpy-1.5.1.ebuild:
arm/x86 stable, bug #351487
13 Jan 2011; Markos Chandras <hwoarang@gentoo.org> numpy-1.5.1.ebuild:
Stable on amd64 wrt bug #351487
12 Jan 2011; Brent Baude <ranger@gentoo.org> numpy-1.5.1.ebuild:
Marking numpy-1.5.1 ppc for bug 306237
12 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
numpy-1.5.1.ebuild, +files/numpy-1.5.1-python-3.2.patch:
Add incomplete fix for compatibility with Python 3.2 (bug #351057).
12 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
numpy-1.5.1.ebuild:
Disable tests failing on ppc/ppc64.
19 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
numpy-1.3.0-r1.ebuild, numpy-1.3.0-r2.ebuild, numpy-1.4.1.ebuild,
numpy-1.5.1.ebuild:
Restrict Jython ABIs.
18 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
numpy-1.5.1.ebuild:
Run tests with Python 3.
18 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
-numpy-1.5.0-r2.ebuild, -files/numpy-1.5.0-python3.patch:
Delete.
*numpy-1.5.1 (19 Nov 2010)
19 Nov 2010; Sébastien Fabbro <bicatali@gentoo.org> +numpy-1.5.1.ebuild:
Version bump
07 Nov 2010; Mark Loeser <halcy0n@gentoo.org> numpy-1.5.0-r2.ebuild:
Mark ~ppc64; bug #306237
08 Oct 2010; Mart Raudsepp <leio@gentoo.org> numpy-1.5.0-r2.ebuild:
Marked ~mips for bug #233554
11 Sep 2010; Kacper Kowalik <xarthisius@gentoo.org>
-numpy-1.5.0-r1.ebuild, numpy-1.5.0-r2.ebuild,
+files/numpy-1.5.0-python3.patch:
Fix infinite compile loop with python3 and gcc-4.5 wrt bug 336781. Thanks
to Ryan for the report. Drop old.
*numpy-1.5.0-r2 (10 Sep 2010)
10 Sep 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+numpy-1.5.0-r2.ebuild:
Support Python 3. Install updated documentation. Avoid breaking strict-aliasing
rules.
*numpy-1.5.0-r1 (09 Sep 2010)
09 Sep 2010; Kacper Kowalik <xarthisius@gentoo.org> -numpy-1.2.1.ebuild,
-numpy-1.5.0.ebuild, +numpy-1.5.0-r1.ebuild:
Force numpy to use GNU compilers for linking when FC is set to gfortran,
wrt bug 335908. Drop old.
*numpy-1.5.0 (02 Sep 2010)
02 Sep 2010; Dirkjan Ochtman <djc@gentoo.org> +numpy-1.5.0.ebuild:
Version bump to 1.5.0 (bug 335602).
25 Jul 2010; Raúl Porcel <armin76@gentoo.org> numpy-1.4.1.ebuild:
ia64/s390/sh/sparc stable wrt #326251
24 Jul 2010; Markus Meier <maekke@gentoo.org> numpy-1.4.1.ebuild:
arm stable, bug #326251
10 Jul 2010; Christian Faulhammer <fauli@gentoo.org> numpy-1.4.1.ebuild:
stable x86, bug 326251
07 Jul 2010; Jeroen Roovers <jer@gentoo.org> numpy-1.4.1.ebuild:
Stable for HPPA (bug #326251).
01 Jul 2010; Markos Chandras <hwoarang@gentoo.org> numpy-1.4.1.ebuild:
Stable on amd64 wrt bug #326251
30 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
numpy-1.2.1.ebuild, numpy-1.3.0-r1.ebuild, numpy-1.3.0-r2.ebuild,
numpy-1.4.1.ebuild:
Set PYTHON_DEPEND.
*numpy-1.4.1 (22 Apr 2010)
22 Apr 2010; Sébastien Fabbro <bicatali@gentoo.org> -numpy-1.4.0.ebuild,
-files/numpy-1.4.0-python-2.7.patch, +numpy-1.4.1.ebuild:
Version bump. Removed 1.4.0 because pulled out by upstream for ABI
incompatibilities
04 Mar 2010; Joseph Jezak <josejx@gentoo.org> numpy-1.4.0.ebuild:
Marked -ppc/-ppc64 due to a lack of support for long double format. Please
CC ppc/ppc64 if a new version comes out which supports ppc/ppc64's long
double format.
24 Feb 2010; Markus Duft <mduft@gentoo.org> numpy-1.4.0.ebuild,
+files/numpy-1.4.0-interix.patch:
added small patch to fix build on interix
09 Jan 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
numpy-1.4.0.ebuild, +files/numpy-1.4.0-python-2.7.patch:
Fix building with Python 2.7 (bug #300322).
06 Jan 2010; Brent Baude <ranger@gentoo.org> numpy-1.3.0-r1.ebuild:
Marking numpy-1.3.0-r1 ppc64 for bug 287575
*numpy-1.4.0 (04 Jan 2010)
04 Jan 2010; Sébastien Fabbro <bicatali@gentoo.org> -numpy-1.3.0.ebuild,
+numpy-1.4.0.ebuild:
Version bump. Removed most architecture specific patches, applied
upstream. Fixed the site.cfg generation such that dotblas.so links with
atlas when present (was broken with the introduction of EPREFIX)
20 Nov 2009; Sébastien Fabbro <bicatali@gentoo.org>
numpy-1.3.0-r2.ebuild:
Added doc flag, bug #293525, thanks Denilson
*numpy-1.3.0-r2 (20 Nov 2009)
20 Nov 2009; Fabian Groffen <grobian@gentoo.org> +numpy-1.3.0-r2.ebuild,
+files/numpy-1.3.0-darwin-no-arch.patch:
Add patch to prevent numpy's distutils from injecting -arch flags on
Darwin, while this never works
(http://projects.scipy.org/numpy/ticket/1087)
16 Nov 2009; Raúl Porcel <armin76@gentoo.org> numpy-1.3.0-r1.ebuild:
ia64/s390/sh/sparc stable wrt #287575
18 Oct 2009; Tobias Klausmann <klausman@gentoo.org> numpy-1.3.0-r1.ebuild:
Stable on alpha, bug #287575
12 Oct 2009; Jeroen Roovers <jer@gentoo.org> numpy-1.3.0-r1.ebuild:
Stable for HPPA (bug #287575).
11 Oct 2009; Fabian Groffen <grobian@gentoo.org> numpy-1.3.0-r1.ebuild:
Fix screwup, missing ED definition, bug #288476
10 Oct 2009; Fabian Groffen <grobian@gentoo.org> numpy-1.3.0-r1.ebuild,
+files/numpy-1.3.0-fenv-freebsd.patch:
Merge from Prefix
10 Oct 2009; Markus Meier <maekke@gentoo.org> numpy-1.3.0-r1.ebuild:
amd64/arm/x86 stable, bug #287575
07 Oct 2009; nixnut <nixnut@gentoo.org> numpy-1.3.0-r1.ebuild:
ppc stable #287575
*numpy-1.3.0-r1 (28 Aug 2009)
28 Aug 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+numpy-1.3.0-r1.ebuild:
Set SUPPORT_PYTHON_ABIS.
28 Aug 2009; Raúl Porcel <armin76@gentoo.org> numpy-1.3.0.ebuild:
arm/ia64/s390/sh stable wrt #277354
26 Aug 2009; Tobias Klausmann <klausman@gentoo.org> numpy-1.3.0.ebuild:
Stable on alpha, bug #277354
16 Aug 2009; Arun Raghavan <ford_prefect@gentoo.org> numpy-1.3.0.ebuild,
+files/numpy-1.3.0-arm-sh.patch:
Fix arm/sh build
09 Aug 2009; Raúl Porcel <armin76@gentoo.org> numpy-1.2.1.ebuild:
arm/sh stable
02 Aug 2009; nixnut <nixnut@gentoo.org> numpy-1.3.0.ebuild:
ppc stable #277354
28 Jul 2009; Jeroen Roovers <jer@gentoo.org> numpy-1.3.0.ebuild:
Stable for HPPA (bug #277354).
22 Jul 2009; Raúl Porcel <armin76@gentoo.org> numpy-1.3.0.ebuild,
+files/numpy-1.3.0-alpha.patch:
Add patch to fix compilation on alpha
20 Jul 2009; Jeremy Olexa <darkside@gentoo.org> numpy-1.3.0.ebuild:
amd64 stable, bug 277354
15 Jul 2009; Jeroen Roovers <jer@gentoo.org>
files/numpy-1.3.0-parisc.patch:
Remove the comment too.
15 Jul 2009; Jeroen Roovers <jer@gentoo.org> numpy-1.3.0.ebuild,
+files/numpy-1.3.0-parisc.patch:
Check for __hppa__ not __parisc__ (bug #277438).
15 Jul 2009; Christian Faulhammer <fauli@gentoo.org> numpy-1.3.0.ebuild:
stable x86, bug 277354
10 Jul 2009; Ferris McCormick <fmccor@gentoo.org> numpy-1.3.0.ebuild:
Sparc stable, bug #277354.
22 Apr 2009; Markus Meier <maekke@gentoo.org> numpy-1.2.1:
amd64 stable, bug #265328
15 Apr 2009; Brent Baude <ranger@gentoo.org> numpy-1.2.1.ebuild:
Marking numpy-1.2.1 ppc64 for bug 265328
14 Apr 2009; Raúl Porcel <armin76@gentoo.org> numpy-1.2.1.ebuild:
ia64/s390/x86 stable wrt #265328
11 Apr 2009; nixnut <nixnut@gentoo.org> numpy-1.2.1.ebuild:
ppc stable #265328
09 Apr 2009; Ferris McCormick <fmccor@gentoo.org> numpy-1.2.1.ebuild:
Sparc stable, Bug #265328.
09 Apr 2009; Jeroen Roovers <jer@gentoo.org> numpy-1.2.1.ebuild:
Stable for HPPA (bug #265328).
08 Apr 2009; Tobias Klausmann <klausman@gentoo.org> numpy-1.2.1.ebuild:
Stable on alpha, bug #265328
*numpy-1.3.0 (07 Apr 2009)
07 Apr 2009; Sébastien Fabbro <bicatali@gentoo.org> +numpy-1.3.0.ebuild:
Version bump, removed fortran eclass
06 Apr 2009; Raúl Porcel <armin76@gentoo.org> numpy-1.0.4-r2.ebuild,
numpy-1.1.1.ebuild, numpy-1.2.1.ebuild:
Add ~arm/~sh
18 Feb 2009; Sébastien Fabbro <bicatali@gentoo.org>
numpy-1.0.4-r2.ebuild, numpy-1.1.1.ebuild, numpy-1.2.1.ebuild:
Removed f2py block since it's not in the tree anymore
12 Feb 2009; Sébastien Fabbro <bicatali@gentoo.org> ChangeLog:
Fixed a syntax error. Re-added ppc and x86-fbsd now that nose is
keyworded.
24 Jan 2009; Brent Baude <ranger@gentoo.org> numpy-1.2.1.ebuild:
Marking numpy-1.2.1 ~ppc64 for bug 23354
12 Jan 2009; Sébastien Fabbro <bicatali@gentoo.org> -numpy-1.2.0.ebuild,
numpy-1.2.1.ebuild:
Fixes to pkg-config with lapack when atlas is selected
*numpy-1.2.1 (06 Nov 2008)
06 Nov 2008; Sébastien Fabbro <bicatali@gentoo.org> +numpy-1.2.1.ebuild:
Version bump
01 Oct 2008; Raúl Porcel <armin76@gentoo.org> numpy-1.2.0.ebuild:
Add ~alpha wrt #233554
29 Sep 2008; Jeroen Roovers <jer@gentoo.org> numpy-1.2.0.ebuild:
Marked ~hppa (bug #233554).
28 Sep 2008; Sébastien Fabbro <bicatali@gentoo.org> numpy-1.2.0.ebuild:
Fixed again blas/lapack configuration to be compatible with the available
gentoo implementations
*numpy-1.2.0 (26 Sep 2008)
26 Sep 2008; Sébastien Fabbro <bicatali@gentoo.org> +numpy-1.2.0.ebuild:
Version bump. New test framework dependent on dev-python/nose. Re-added
gentoo names for ATLAS libraries. Dropped alpha hppa mips ppc ppc64
x86-fbsd until nose is keyworded.
25 Sep 2008; Sébastien Fabbro <bicatali@gentoo.org> -numpy-1.1.0.ebuild,
numpy-1.1.1.ebuild:
One more fix for removal automagic blas/lapack detection, see bug #237739
*numpy-1.1.1 (21 Aug 2008)
21 Aug 2008; Sébastien Fabbro <bicatali@gentoo.org> +numpy-1.1.1.ebuild:
Version bump
*numpy-1.1.0 (22 Jun 2008)
22 Jun 2008; Sébastien Fabbro <bicatali@gentoo.org>
+files/numpy-1.1.0-f2py.patch, numpy-1.0.4-r2.ebuild, +numpy-1.1.0.ebuild:
Version bump and added more configuration for better multiple lapack
implementations
20 May 2008; Sébastien Fabbro <bicatali@gentoo.org>
+files/numpy-1.0.4-cpuinfo.patch, -files/numpy-1.0.4-nocona-cpuinfo.patch,
numpy-1.0.4-r2.ebuild:
Applied cpu patch for AMD phenom architecture, thanks to Nylan (bug #183236)
06 May 2008; Markus Dittrich <markusle@gentoo.org> numpy-1.0.4-r2.ebuild:
Fixed linking error when LDFLAGS is not set (see bug #219205).
30 Apr 2008; Ryan Hill <dirtyepic@gentoo.org> numpy-1.0.4-r2.ebuild:
Keyword ~mips for bug #181888.
31 Mar 2008; Sébastien Fabbro <bicatali@gentoo.org> -numpy-1.0.4.ebuild,
-numpy-1.0.4-r1.ebuild:
Removed older revisions
02 Mar 2008; nixnut <nixnut@gentoo.org> numpy-1.0.4-r2.ebuild:
Stable on ppc wrt bug 211876
29 Feb 2008; Raúl Porcel <armin76@gentoo.org> numpy-1.0.4-r2.ebuild:
alpha/ia64/sparc stable wrt #211876
29 Feb 2008; Santiago M. Mola <coldwind@gentoo.org> numpy-1.0.4-r2.ebuild:
amd64 stable wrt bug #211876
29 Feb 2008; Jeroen Roovers <jer@gentoo.org> numpy-1.0.4-r2.ebuild:
Stable for HPPA (bug #211876).
29 Feb 2008; Ferris McCormick <fmccor@gentoo.org> numpy-1.0.4-r2.ebuild:
Sparc stable with USE=lapack --- Bug #211876.
29 Feb 2008; Brent Baude <ranger@gentoo.org> numpy-1.0.4-r2.ebuild:
stable ppc64, bug 211791
*numpy-1.0.4-r2 (24 Jan 2008)
24 Jan 2008; Sébastien Fabbro <bicatali@gentoo.org>
+numpy-1.0.4-r2.ebuild:
Re-introduce fortran detection but only when lapack flag is set, to prevent
autodetection and forced multiple fortran linking. Fixed site configuration
file generation to really produce fast blas, some cleaning.
*numpy-1.0.4-r1 (11 Jan 2008)
11 Jan 2008; Justin Bronder <jsbronder@gentoo.org>
+files/numpy-1.0.4-nocona-cpuinfo.patch, +numpy-1.0.4-r1.ebuild:
Fix cpuinfo to correctly detect nocona-based hardware. Bug 183236.
04 Jan 2008; Sébastien Fabbro <bicatali@gentoo.org> -numpy-1.0.3.ebuild,
-numpy-1.0.3.1.ebuild:
Removed obsolete versions
26 Dec 2007; Samuli Suominen <drac@gentoo.org> numpy-1.0.4.ebuild:
amd64 stable wrt #202202
24 Dec 2007; Brent Baude <ranger@gentoo.org> numpy-1.0.4.ebuild:
Marking numpy-1.0.4 ppc64 for bug 202202
21 Dec 2007; nixnut <nixnut@gentoo.org> numpy-1.0.4.ebuild:
Stable on ppc wrt bug 202202
19 Dec 2007; Raúl Porcel <armin76@gentoo.org> numpy-1.0.4.ebuild:
alpha/ia64/sparc/x86 stable wrt #202202
19 Dec 2007; Sébastien Fabbro <bicatali@gentoo.org> numpy-1.0.4.ebuild:
Fixed site.cfg generation for external blas/lapack
18 Dec 2007; Jeroen Roovers <jer@gentoo.org> numpy-1.0.4.ebuild:
Stable for HPPA (bug #202202).
07 Dec 2007; Sébastien Fabbro <bicatali@gentoo.org> numpy-1.0.4.ebuild:
Fixed for LDFLAGS, now adding a -shared
21 Nov 2007; Joe Peterson <lavajoe@gentoo.org>
+files/numpy-1.0.4-freebsd.patch, numpy-1.0.4.ebuild:
Patch for FreeBSD, and add ~x86-fbsd keyword (bug #199825)
*numpy-1.0.4 (12 Nov 2007)
12 Nov 2007; Sébastien Fabbro <bicatali@gentoo.org> -numpy-1.0.2.ebuild,
+numpy-1.0.4.ebuild:
Version bump
29 Oct 2007; Raúl Porcel <armin76@gentoo.org> numpy-1.0.3.ebuild:
alpha stable wrt #180713
15 Oct 2007; Sébastien Fabbro <bicatali@gentoo.org> numpy-1.0.3.1.ebuild:
Use the new virtual/cblas.
26 Aug 2007; Sébastien Fabbro <bicatali@gentoo.org> -numpy-0.9.8.ebuild:
Removed old version
*numpy-1.0.3.1 (24 Aug 2007)
24 Aug 2007; Sébastien Fabbro <bicatali@gentoo.org>
+numpy-1.0.3.1.ebuild:
Version bump. Removed fortran dependencies, closing bug #186913.
Cleaned various configure settings. Thanks Vincent Legoll for his work.
22 Jul 2007; Christian Faulhammer <opfer@gentoo.org> numpy-1.0.3.ebuild:
stable x86, bug 180713
20 Jul 2007; nixnut <nixnut@gentoo.org> numpy-1.0.3.ebuild:
Stable on ppc wrt bug 180713
17 Jul 2007; Christoph Mende <angelos@gentoo.org> numpy-1.0.3.ebuild:
Stable on amd64 wrt bug #180713
17 Jul 2007; Raúl Porcel <armin76@gentoo.org> numpy-1.0.3.ebuild:
ia64 stable wrt #180713
17 Jul 2007; Markus Rothe <corsair@gentoo.org> numpy-1.0.3.ebuild:
Stable on ppc64; bug #180713
17 Jul 2007; Gustavo Zacarias <gustavoz@gentoo.org> numpy-1.0.3.ebuild:
Stable on sparc wrt #180713
09 Jul 2007; Jeroen Roovers <jer@gentoo.org> numpy-1.0.3.ebuild:
Stable for HPPA (bug #180713).
14 Jun 2007; Jeroen Roovers <jer@gentoo.org> numpy-1.0.3.ebuild:
Marked ~hppa (bug #181888).
14 Jun 2007; Raúl Porcel <armin76@gentoo.org> numpy-1.0.3.ebuild:
Add ~alpha/~ia64 wrt #181888
14 Jun 2007; Gustavo Zacarias <gustavoz@gentoo.org> numpy-1.0.3.ebuild:
Keyworded ~sparc wrt #181888
13 Jun 2007; Lukasz Strzygowski <lucass@gentoo.org> numpy-1.0.3.ebuild:
Fixed src_test to be more verbose.
*numpy-1.0.3 (25 May 2007)
25 May 2007; Sébastien Fabbro <bicatali@gentoo.org>
-files/numpy-1.0.1-cpuinfo.patch, -numpy-1.0.1.ebuild,
-numpy-1.0.1-r1.ebuild, +numpy-1.0.3.ebuild:
version bump and removed older version
*numpy-1.0.2 (05 Apr 2007)
05 Apr 2007; Sébastien Fabbro <bicatali@gentoo.org> +numpy-1.0.2.ebuild:
Version bump. Closing #173359.
06 Mar 2007; Sébastien Fabbro <bicatali@gentoo.org>
numpy-1.0.1-r1.ebuild:
Fixed a cblas requirement when lapack was not called. Allows F77FLAGS to
be used along FFLAGS for FORTRAN flags.
05 Mar 2007; Sébastien Fabbro <bicatali@gentoo.org>
+files/numpy-1.0.1-cpuinfo.patch, numpy-1.0.1-r1.ebuild:
Fix bug #169262 with upstream patch. Thanks james@superbug.demon.co.uk
for reporting.
20 Feb 2007; Sébastien Fabbro <bicatali@gentoo.org>
numpy-1.0.1-r1.ebuild:
Updated cblas dependencies. Closing bug #167652, thanks
Grante Edwards <grante@visi.com> for the report.
*numpy-1.0.1-r1 (19 Feb 2007)
19 Feb 2007; Sébastien Fabbro <bicatali@gentoo.org>
+files/numpy-1.0.1-f2py.patch, metadata.xml, +numpy-1.0.1-r1.ebuild:
Fixed for cblas deps, better testing. Now works with test. Better
compliance to python packages. Added ifc treatment for amd64.
*numpy-1.0.1 (31 Jan 2007)
31 Jan 2007; Steve Arnold <nerdboy@gentoo.org> -numpy-1.0_beta2.ebuild,
-numpy-1.0_rc1.ebuild, +numpy-1.0.1.ebuild:
Bumped to latest full release and cleaned up rc and beta ebuilds (bug
154275).
26 Sep 2006; Donnie Berkholz <dberkholz@gentoo.org>; numpy-0.9.8.ebuild:
Stable on ppc.
24 Sep 2006; Donnie Berkholz <dberkholz@gentoo.org>; numpy-0.9.8.ebuild,
numpy-1.0_beta2.ebuild, numpy-1.0_rc1.ebuild:
The LDFLAGS situation is worse than I thought. Setting LDFLAGS at all
entirely overrides the linker flags within the build and breaks it. See
comp.lang.python thread 'Building things with setup.py' from 21 Sept. 2006.
22 Sep 2006; Donnie Berkholz <dberkholz@gentoo.org>;
-files/0.9.6-recognize-more-gfortran-versions.patch:
Remove unused patch.
21 Sep 2006; Donnie Berkholz <dberkholz@gentoo.org>; numpy-0.9.8.ebuild,
numpy-1.0_beta2.ebuild, numpy-1.0_rc1.ebuild:
It helps to inherit flag-o-matic.
*numpy-1.0_rc1 (21 Sep 2006)
21 Sep 2006; Donnie Berkholz <dberkholz@gentoo.org>;
+numpy-1.0_rc1.ebuild:
Bump.
21 Sep 2006; Donnie Berkholz <dberkholz@gentoo.org>; numpy-0.9.8.ebuild,
numpy-1.0_beta2.ebuild:
LDFLAGS='-Wl,-O1' breaks the compile.
*numpy-1.0_beta2 (16 Aug 2006)
16 Aug 2006; Alastair Tse <liquidx@gentoo.org> +numpy-1.0_beta2.ebuild:
version bump (#143964). restricted test because it does not work in sandbox.
17 Jul 2006; Alastair Tse <liquidx@gentoo.org> -numpy-0.9.6.ebuild,
-numpy-0.9.6-r1.ebuild, numpy-0.9.8.ebuild:
Stable bump for x86. Block on !dev-python/f2py because numpy provides
this package. (#131833)
*numpy-0.9.8 (14 Jun 2006)
14 Jun 2006; Donnie Berkholz <spyderous@gentoo.org>; +numpy-0.9.8.ebuild:
Bump. Incorporates many changes from the science overlay, mainly from bicatali.
13 Jun 2006; Donnie Berkholz <spyderous@gentoo.org>; metadata.xml:
Add sci herd as co-maintainer.
13 Jun 2006; Donnie Berkholz <spyderous@gentoo.org>;
numpy-0.9.6-r1.ebuild:
Keyword ~ppc.
13 Jun 2006; Donnie Berkholz <spyderous@gentoo.org>;
numpy-0.9.6-r1.ebuild:
Fix up weird dep syntax.
*numpy-0.9.6-r1 (13 Jun 2006)
13 Jun 2006; Donnie Berkholz <spyderous@gentoo.org>;
+files/0.9.6-recognize-more-gfortran-versions.patch,
+numpy-0.9.6-r1.ebuild:
Patch to recognize Gentoo gfortran version strings.
01 Apr 2006; Olivier Fisette <ribosome@gentoo.org> -numpy-0.9.4.ebuild,
+numpy-0.9.6.ebuild:
Removed old version.
*numpy-0.9.6 (01 Apr 2006)
01 Apr 2006; Olivier Fisette <ribosome@gentoo.org> +numpy-0.9.6.ebuild:
New version. Thanks to bicatali and Sebastien Fabbro <seb@ist.utl.pt> for
their work.
01 Apr 2006; Aron Griffis <agriffis@gentoo.org> numpy-0.9.4.ebuild:
Mark 0.9.4 ~ia64
*numpy-0.9.4 (07 Feb 2006)
07 Feb 2006; Alastair Tse <liquidx@gentoo.org> +numpy-0.9.4.ebuild:
initial ebuild thanks to Alok Singhal (#119305)

View File

@ -1,17 +0,0 @@
AUX numpy-1.6.1-atlas.patch 829 SHA256 5faada467f38931eb128144bdef72d19b227eb3583bcdc95b973bc2267e3705d SHA512 84e5a820fad9bb2c97c866891b7e4cd5d025c21b4ccff2703b57eabdf3597cb9162d528d13863e1f6fa6b1e50281b2066f12b975feb88cc905b6da6cc60adde5 WHIRLPOOL 1f14425a1dd6717611a77693a90a94e60bde5ecfe82e5d26c0c38aa33e0374b363c135e906ec51c382bf62761d95aa9293d0f98ccf04e07544ad184d39e9d965
AUX numpy-1.6.2-test-pareto.patch 1857 SHA256 6e5d42323fdd76ad8e4c7d9dfd313f27e5b301f9ec3a98810779f6e6524e9675 SHA512 342576c546839ed601d32542947b52684b208c89a9fa93176f7d2b1ca77bd7c1179ea2513f094a59a55d01d686cda2b9e2cc07ca386e4c4146fdcc6f980b7235 WHIRLPOOL fae26d2cea2d28b9a569fbf4195401b4b342e25468cf7e3d0750adb306a61d22ed88d1903f8f382740f2a7d76e5c277bb6fd9b622530fe16d14aba0266828583
AUX numpy-1.7.0-atlas.patch 845 SHA256 fe1097351178aab9fe7fbf4dde87a2e177c53989b6080bb5b2a9059fd596d83f SHA512 a9c4a8b9a11c58462cfc13beec8e5f4045a302c833e792cd42b35d5a0cfb497b594d3cfe8ea51108f447bcdc22308f74bd9dea108de1e6491e3adc761be7dd42 WHIRLPOOL b815cded5082740c8941a6c976345465e1815a926c2bfb8bdb940096f4e928a7065dbbcc3a9b195584dbca0612c725d6a4a6b260fabd50f8ad9af7c29cb9fdab
DIST numpy-1.6.0-html.zip 9242421 SHA256 555cfd5899ee54d129169fb70e418c2593d5377ea963d50c812f25bb182261e0 SHA512 b3a7df5b3bb4d307b9184ffa7a0f7a8d919a70f642d9be3d1b3d9c837516385423cc05ba114310e03e124fc80033216035ff389a7f56b74ac1a849c975dbdc8c WHIRLPOOL 6edeecf637e5ca23c906e51dd4933bb6ab4beb3014a9c2cc6d59459d76dd8bf617ea6e3c1d5d5a15af17022549812d358a37840b8d47841d14e156fb6b319600
DIST numpy-1.6.0-ref.pdf 6106335 SHA256 cbeea9b1395e0576bbd256c5de11886c63321d434785c6777df7bdd50109ba9f SHA512 ff00333beae3d886cf96cd72687f68dd0f226c88c390824c3f0cfc18a50ea6b8d6e12035eda76e10a97d58e7bc9b48b6dff7e0447b6045cc4e40fff3225721ec WHIRLPOOL 3ccb0373f0ef0f22a0a1ad967cecc1c7fd8e663d9c4437cfd31bf42a23d121619d89bcfcbb25091609cfdc20f13b551f6d904b1d13b4da6104dfca094734ca19
DIST numpy-1.6.0-user.pdf 474664 SHA256 d8d51913cb494228f69c5f16d659b8539cbd04c6e584fde72c00c382e86eea8f SHA512 6af1275e46cb0df11d2654f191871504683bb3b5752e45ec6cca92d302babc4e66bd35dc037fdb48c8aad2a8a6414ba239b8874cc590720150c94a832a8cce74 WHIRLPOOL da8fc8a074d8b5a01f566f3c844d668c7652dba03cc618d9d2c162b72fec864a580e05cd940417dd8fcef4bb2c8340bf8e17d166fb582909ff69098332844e91
DIST numpy-1.6.2.tar.gz 2585329 SHA256 0b83d96ab79711b548470b7aeee1272c4ba8fcbba6586a67116b566a21ed16c6 SHA512 a92667b92ecf2942bef4715189facccb8726866dfd90522b8e4b1e65991d1e6448ab06962e40a7cb83adaebf37eb48cf61417e7ba367da425a2ad7b3302a60a5 WHIRLPOOL 7aa9d7a1ca69bb9a6ce1cc5930997a5b9b8c9573ba261812706c9f12ea9ed42c1fd948552e25049d7b606fd3fda27c6a3ea72e2ffe43fb16e999b0b62515b32d
DIST numpy-1.7.0.tar.gz 2832457 SHA256 f4fa70b7edbab65ee6432eb63743f5489f1919c614632b20b2fb45aa7e682ac6 SHA512 a485daa556f6c76003de1dbb3e42b3daeee0a320c69c81b31a7d2ebbc2cf8ab8e96c214a4758e5e7bf814295dc1d6aa563092b714db7e719678d8462135861a8 WHIRLPOOL f670aa76673336ac2dcd213112ba2b4c54c6efe56d71343b8f19b7df04cea07671c3bb8247d72b12940d2ae83e9d91c045f687681322b708a9f259b637234e0a
DIST numpy-1.7.1.tar.gz 2838240 SHA256 5525019a3085c3d860e6cfe4c0a30fb65d567626aafc50cf1252a641a418084a SHA512 d58177f3971b6d07baf6f81a2088ba371c7e43ea64ee7ada261da97c6d725b4bd4927122ac373c55383254e4e31691939276dab08a79a238bfa55172a3eff684 WHIRLPOOL 5374e619edbd3a3e7e478e1baf585d1868f832aa8864935e1498652e2128bf79284a25d5d0ac153c703e1a5d97f361081181eb3402f6e07141324d31eccf390a
DIST numpy-html-1.7.0.zip 10831068 SHA256 469a8e6f21544204b6e338eb88519c04ed22a6b5e3f3b098f0cccf0ffe08c8b1 SHA512 b68b44102aa4d2996334adce3ddda090f373a4c5bd006daa9cf59f092445d5b768121afe4d10855058d6489ff52bf70a7645b7ff79555de709417f13568bfaac WHIRLPOOL f696258ebb7c78bdfee948bd9119d868b77048c73c805230f0f40d71be891cbfa5bccf21e714cc4389daf1792abb6aeaf3ae18e91889332b9aafa79c865f34a7
DIST numpy-ref-1.7.0.pdf 5161456 SHA256 0581709ef96441953404bc1369d70117b83359aff94f44779b960bed30a156d7 SHA512 9a80ab2b412aa34ce019454c438b129d1e94b2264306f3644e97c87f4f7b54317ee626274d865c04891005ca8e8f5e3773681a7af590dd89d64df9462d0f0004 WHIRLPOOL 0f10177fd24cfe93555f28440ddc3567a787f2cef336b2f2774b038caafb6807f738d1f3ee3d5a5f26883c567e4017f8365069f25ec7cba5234c537602351729
DIST numpy-user-1.7.0.pdf 404104 SHA256 0c8dc1d53cc057a66139039dbaaf65499687cf64e72af5852eb96d9c3cd3ab18 SHA512 20cec2f9742c0604d9db9f2e74e7c8fda1782c081c27437a07c2d8cb7f36be6df3e50e5ddf8cc10a076905b2be2b6927af15d0574e3bee2961cf14aaca55ad78 WHIRLPOOL 792c4ccd155ddbb82d8a93959c218bcc001532a6b3c42626bef64c96eb865601f5ee328d1a1627f1656e0b22085c89ede39d7f94183841e1069d183589542ffe
EBUILD numpy-1.6.2-r2.ebuild 3991 SHA256 197b585450c950598576a0657c249cf0c8c667c1f8e79dac5ab05f45935c1755 SHA512 ba232a839c63192276f48c7d667773b1cb0f25a018f34c0e5025a2859f21d37feddb09c67a544e3ecec29dfe7b3d2f63779fba0172b4985d35d9c35a731ab793 WHIRLPOOL 7bf16fcad516169639809f2c8e84f885c85794cae3e5f344cc22239ef2961932be798c3d42ae3c094e4390a33c6a1810270def1dddb4c13ae80d81291f06c334
EBUILD numpy-1.7.0.ebuild 3904 SHA256 27f7ea292d8c807606483c5b4593442d9a15508320216cb657e0657ed205f8e9 SHA512 8e3857b8d68a2660bae59d67abfe7444c4e92ee86b427a8cdca17e3c5620d9165ad0dd37f914d7bf7df0fccca6eeb48b410adc7297918bf539e6bb1ccf672247 WHIRLPOOL f771d2509dcb189f3de50b39cc75c35d70019a2b61d4414c22d7e1f2c194eaf1b8d81c6c9697833436a33c23e6acb3e8af72a465769b49b6f5b5f2317eebd915
EBUILD numpy-1.7.1.ebuild 3947 SHA256 3f92dd37c70ad7907522b2cc78788d8d41e11e6fb67c408102dd730e0736a2c5 SHA512 6a9ebb1c23dfb40b8d463b1532f50fc3b95849669ef6b161dafec6d7cea7dde5b153de303fcbf55e4a03ffc920860fdbfa3d5cc381bfb3a3f5a73e338bb0a59a WHIRLPOOL 94d3fccb21d493e6c4603127af3c468e0460cf513df15fd9dbba1278ac16566cc1ed8d00b1f7cee07a1e46bb1a8d2ff96a011d1908767f13a4927c8cd6a0c609
MISC ChangeLog 28260 SHA256 5b7b7d66ee2c2ca473d96b1682a0179af7efb84fae1e71a4911aeff85aca3876 SHA512 c3bbb68730730e0891798c41c60396cc86062133c9900ca17b456a6de4db49e63cfa9a20b698e2a4c3d60b5bb9becff2ea1d772dae27a55e535da7039b5b9579 WHIRLPOOL addbf7b63f67ffa0006b0b3057c5cdc561c5e62e915d09b3f6666588ba314f94629a8a500f9f649f011492a9622a636c0890d5e0a8f78f7baf98bdf951847fd5
MISC metadata.xml 690 SHA256 9c315188497956a9b1e2a1373f7830f702cf9b588aabc33a3f5547ab75b20a84 SHA512 1adcf955fdc7f06b56a69c6345b79a4fb0ca0df17cfdcd1f3604a234389534f8f00b88ebddb3e47a39d563d7374d40349c3e4050799a31405446a1629f8c7698 WHIRLPOOL e2b34ab0b391c99a279dd11de292aafd9225f9743ec3bafafd980edb7522e772cde461705d5394569aa8dd73e72a210560eb50a23b2334ab5c12ec064099abd1

View File

@ -1,17 +0,0 @@
--- numpy/distutils/system_info.py 2011-10-10 20:45:44.261316565 +0300
+++ numpy/distutils/system_info.py 2011-10-10 20:50:22.977932228 +0300
@@ -255,13 +255,7 @@
1 - display warning message
2 - raise error
"""
- cl = {'atlas':atlas_info, # use lapack_opt or blas_opt instead
- 'atlas_threads':atlas_threads_info, # ditto
- 'atlas_blas':atlas_blas_info,
- 'atlas_blas_threads':atlas_blas_threads_info,
- 'lapack_atlas':lapack_atlas_info, # use lapack_opt instead
- 'lapack_atlas_threads':lapack_atlas_threads_info, # ditto
- 'mkl':mkl_info,
+ cl = {'mkl':mkl_info,
'lapack_mkl':lapack_mkl_info, # use lapack_opt instead
'blas_mkl':blas_mkl_info, # use blas_opt instead
'x11':x11_info,

View File

@ -1,45 +0,0 @@
From d01354e52d5c272522c09ffd733887500e4846d7 Mon Sep 17 00:00:00 2001
From: "Nathaniel J. Smith" <njs@pobox.com>
Date: Fri, 7 Sep 2012 10:49:45 +0100
Subject: [PATCH] FIX: loosen numerical tolerance in test_pareto()
The problem was that in 32bit Ubuntu 12.04, one gets the following:
>
/home/njs/numpy/.tox/py27/local/lib/python2.7/site-packages/numpy/random/tests/test_random.py(363)test_pareto()
-> np.testing.assert_array_almost_equal(actual, desired, decimal=15)
(Pdb) actual[1, 0]
52828779.702948704
(Pdb) desired[1, 0]
52828779.702948518
and the test was comparing the numbers to 1e-14, which obviously
failed.
Fixes #424.
---
numpy/random/tests/test_random.py | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/numpy/random/tests/test_random.py b/numpy/random/tests/test_random.py
index 7d9163e..ee40cce 100644
--- a/numpy/random/tests/test_random.py
+++ b/numpy/random/tests/test_random.py
@@ -310,7 +310,13 @@ def test_pareto(self):
desired = np.array([[ 2.46852460439034849e+03, 1.41286880810518346e+03],
[ 5.28287797029485181e+07, 6.57720981047328785e+07],
[ 1.40840323350391515e+02, 1.98390255135251704e+05]])
- np.testing.assert_array_almost_equal(actual, desired, decimal=14)
+ # For some reason on 32-bit x86 Ubuntu 12.10 the [1, 0] entry in this
+ # matrix differs by 24 nulps. Discussion:
+ # http://mail.scipy.org/pipermail/numpy-discussion/2012-September/063801.html
+ # Consensus is that this is probably some gcc quirk that affects
+ # rounding but not in any important way, so we just use a looser
+ # tolerance on this test:
+ np.testing.assert_array_almost_equal_nulp(actual, desired, nulp=30)
def test_poisson(self):
np.random.seed(self.seed)
--
1.7.10

View File

@ -1,17 +0,0 @@
--- numpy/distutils/system_info.py.orig 2013-02-19 10:15:10.183780548 -0800
+++ numpy/distutils/system_info.py 2013-02-19 10:17:03.565350549 -0800
@@ -282,13 +282,7 @@
1 - display warning message
2 - raise error
"""
- cl = {'atlas': atlas_info, # use lapack_opt or blas_opt instead
- 'atlas_threads': atlas_threads_info, # ditto
- 'atlas_blas': atlas_blas_info,
- 'atlas_blas_threads': atlas_blas_threads_info,
- 'lapack_atlas': lapack_atlas_info, # use lapack_opt instead
- 'lapack_atlas_threads': lapack_atlas_threads_info, # ditto
- 'mkl': mkl_info,
+ cl = {'mkl': mkl_info,
'lapack_mkl': lapack_mkl_info, # use lapack_opt instead
'blas_mkl': blas_mkl_info, # use blas_opt instead
'x11': x11_info,

View File

@ -1,17 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>sci</herd>
<herd>python</herd>
<longdescription lang="en">
NumPy is a general-purpose array-processing Python package designed to
efficiently manipulate large multi-dimensional arrays of arbitrary
records without sacrificing too much speed for small multi-dimensional
arrays. There are also basic facilities for discrete fourier transform,
basic linear algebra and random number generation.
It is the successor of Numeric and numarray.
</longdescription>
<upstream>
<remote-id type="pypi">numpy</remote-id>
</upstream>
</pkgmetadata>

View File

@ -1,147 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.6.2-r2.ebuild,v 1.16 2013/03/10 16:20:27 ago Exp $
EAPI=5
PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2} )
FORTRAN_NEEDED=lapack
inherit distutils-r1 eutils flag-o-matic fortran-2 multilib toolchain-funcs versionator
DOC_P="${PN}-1.6.0"
DESCRIPTION="Fast array and numerical python library"
HOMEPAGE="http://numpy.scipy.org/ http://pypi.python.org/pypi/numpy"
SRC_URI="mirror://sourceforge/numpy/${P}.tar.gz
doc? (
http://docs.scipy.org/doc/${DOC_P}/numpy-html.zip -> ${DOC_P}-html.zip
http://docs.scipy.org/doc/${DOC_P}/numpy-ref.pdf -> ${DOC_P}-ref.pdf
http://docs.scipy.org/doc/${DOC_P}/numpy-user.pdf -> ${DOC_P}-user.pdf
)"
LICENSE="BSD"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="doc lapack test"
RDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
lapack? ( virtual/cblas virtual/lapack )"
DEPEND="${RDEPEND}
doc? ( app-arch/unzip )
lapack? ( virtual/pkgconfig )
test? ( >=dev-python/nose-0.10[${PYTHON_USEDEP}] )"
# Uses distutils.command.config.
DISTUTILS_IN_SOURCE_BUILD=1
src_unpack() {
unpack ${P}.tar.gz
if use doc; then
unzip -qo "${DISTDIR}"/${DOC_P}-html.zip -d html || die
fi
}
pc_incdir() {
$(tc-getPKG_CONFIG) --cflags-only-I $@ | \
sed -e 's/^-I//' -e 's/[ ]*-I/:/g'
}
pc_libdir() {
$(tc-getPKG_CONFIG) --libs-only-L $@ | \
sed -e 's/^-L//' -e 's/[ ]*-L/:/g'
}
pc_libs() {
$(tc-getPKG_CONFIG) --libs-only-l $@ | \
sed -e 's/[ ]-l*\(pthread\|m\)[ ]*//g' \
-e 's/^-l//' -e 's/[ ]*-l/,/g'
}
python_prepare_all() {
epatch \
"${FILESDIR}"/${PN}-1.6.1-atlas.patch \
"${FILESDIR}"/${P}-test-pareto.patch
if use lapack; then
append-ldflags "$($(tc-getPKG_CONFIG) --libs-only-other cblas lapack)"
local libdir="${EPREFIX}"/usr/$(get_libdir)
# make sure _dotblas.so gets built
sed -i -e '/NO_ATLAS_INFO/,+1d' numpy/core/setup.py || die
cat >> site.cfg <<-EOF
[blas]
include_dirs = $(pc_incdir cblas)
library_dirs = $(pc_libdir cblas blas):${libdir}
blas_libs = $(pc_libs cblas blas)
[lapack]
library_dirs = $(pc_libdir lapack):${libdir}
lapack_libs = $(pc_libs lapack)
EOF
else
export {ATLAS,PTATLAS,BLAS,LAPACK,MKL}=None
fi
export CC="$(tc-getCC) ${CFLAGS}"
append-flags -fno-strict-aliasing
# See progress in http://projects.scipy.org/scipy/numpy/ticket/573
# with the subtle difference that we don't want to break Darwin where
# -shared is not a valid linker argument
if [[ ${CHOST} != *-darwin* ]]; then
append-ldflags -shared
fi
# only one fortran to link with:
# linking with cblas and lapack library will force
# autodetecting and linking to all available fortran compilers
if use lapack; then
append-fflags -fPIC
NUMPY_FCONFIG="config_fc --noopt --noarch"
# workaround bug 335908
[[ $(tc-getFC) == *gfortran* ]] && NUMPY_FCONFIG+=" --fcompiler=gnu95"
fi
# don't version f2py, we will handle it.
sed -i -e '/f2py_exe/s:+os\.path.*$::' numpy/f2py/setup.py || die
distutils-r1_python_prepare_all
}
python_compile() {
distutils-r1_python_compile ${NUMPY_FCONFIG}
}
python_test() {
distutils_install_for_testing ${NUMPY_FCONFIG}
cd "${TMPDIR}" || die
"${PYTHON}" -c "
import numpy, sys
r = numpy.test()
sys.exit(0 if r.wasSuccessful() else 1)" || die "Tests fail with ${EPYTHON}"
}
python_install() {
distutils-r1_python_install ${NUMPY_FCONFIG}
rm -f "${D}"$(python_get_sitedir)/numpy/*.txt
}
python_install_all() {
distutils-r1_python_install_all
dodoc COMPATIBILITY DEV_README.txt THANKS.txt
docinto f2py
dodoc numpy/f2py/docs/*.txt
doman numpy/f2py/f2py.1
if use doc; then
insinto /usr/share/doc/${PF}
doins -r "${WORKDIR}"/html
doins "${DISTDIR}"/${DOC_P}*pdf
fi
}

View File

@ -1,145 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.7.0.ebuild,v 1.1 2013/02/19 20:17:28 bicatali Exp $
EAPI=5
PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} )
FORTRAN_NEEDED=lapack
inherit distutils-r1 eutils flag-o-matic fortran-2 multilib toolchain-funcs versionator
DOC_PV="${PV}"
DESCRIPTION="Fast array and numerical python library"
HOMEPAGE="http://numpy.scipy.org/"
SRC_URI="mirror://sourceforge/numpy/${P}.tar.gz
doc? (
http://docs.scipy.org/doc/${P}/${PN}-html-${DOC_PV}.zip
http://docs.scipy.org/doc/${P}/${PN}-ref-${DOC_PV}.pdf
http://docs.scipy.org/doc/${P}/${PN}-user-${DOC_PV}.pdf
)"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="doc lapack test"
RDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
lapack? ( virtual/cblas virtual/lapack )"
DEPEND="${RDEPEND}
doc? ( app-arch/unzip )
lapack? ( virtual/pkgconfig )
test? ( >=dev-python/nose-0.10[${PYTHON_USEDEP}] )"
# Uses distutils.command.config.
DISTUTILS_IN_SOURCE_BUILD=1
src_unpack() {
unpack ${P}.tar.gz
if use doc; then
unzip -qo "${DISTDIR}"/${PN}-html-${DOC_PV}.zip -d html || die
fi
}
pc_incdir() {
$(tc-getPKG_CONFIG) --cflags-only-I $@ | \
sed -e 's/^-I//' -e 's/[ ]*-I/:/g'
}
pc_libdir() {
$(tc-getPKG_CONFIG) --libs-only-L $@ | \
sed -e 's/^-L//' -e 's/[ ]*-L/:/g'
}
pc_libs() {
$(tc-getPKG_CONFIG) --libs-only-l $@ | \
sed -e 's/[ ]-l*\(pthread\|m\)[ ]*//g' \
-e 's/^-l//' -e 's/[ ]*-l/,/g'
}
python_prepare_all() {
epatch "${FILESDIR}"/${PN}-1.7.0-atlas.patch
if use lapack; then
append-ldflags "$($(tc-getPKG_CONFIG) --libs-only-other cblas lapack)"
local libdir="${EPREFIX}"/usr/$(get_libdir)
# make sure _dotblas.so gets built
sed -i -e '/NO_ATLAS_INFO/,+1d' numpy/core/setup.py || die
cat >> site.cfg <<-EOF
[blas]
include_dirs = $(pc_incdir cblas)
library_dirs = $(pc_libdir cblas blas):${libdir}
blas_libs = $(pc_libs cblas blas)
[lapack]
library_dirs = $(pc_libdir lapack):${libdir}
lapack_libs = $(pc_libs lapack)
EOF
else
export {ATLAS,PTATLAS,BLAS,LAPACK,MKL}=None
fi
export CC="$(tc-getCC) ${CFLAGS}"
append-flags -fno-strict-aliasing
# See progress in http://projects.scipy.org/scipy/numpy/ticket/573
# with the subtle difference that we don't want to break Darwin where
# -shared is not a valid linker argument
if [[ ${CHOST} != *-darwin* ]]; then
append-ldflags -shared
fi
# only one fortran to link with:
# linking with cblas and lapack library will force
# autodetecting and linking to all available fortran compilers
if use lapack; then
append-fflags -fPIC
NUMPY_FCONFIG="config_fc --noopt --noarch"
# workaround bug 335908
[[ $(tc-getFC) == *gfortran* ]] && NUMPY_FCONFIG+=" --fcompiler=gnu95"
fi
# don't version f2py, we will handle it.
sed -i -e '/f2py_exe/s:+os\.path.*$::' numpy/f2py/setup.py || die
distutils-r1_python_prepare_all
}
python_compile() {
distutils-r1_python_compile ${NUMPY_FCONFIG}
}
python_test() {
distutils_install_for_testing ${NUMPY_FCONFIG}
cd "${TMPDIR}" || die
"${PYTHON}" -c "
import numpy, sys
r = numpy.test()
sys.exit(0 if r.wasSuccessful() else 1)" || die "Tests fail with ${EPYTHON}"
}
python_install() {
distutils-r1_python_install ${NUMPY_FCONFIG}
rm -f "${D}"$(python_get_sitedir)/numpy/*.txt
}
python_install_all() {
distutils-r1_python_install_all
dodoc COMPATIBILITY DEV_README.txt THANKS.txt
docinto f2py
dodoc numpy/f2py/docs/*.txt
doman numpy/f2py/f2py.1
if use doc; then
insinto /usr/share/doc/${PF}
doins -r "${WORKDIR}"/html
doins "${DISTDIR}"/${PN}-{user,ref}-${DOC_PV}.pdf
fi
}

View File

@ -1,147 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.7.1.ebuild,v 1.1 2013/04/16 08:58:35 patrick Exp $
EAPI=5
PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} )
FORTRAN_NEEDED=lapack
inherit distutils-r1 eutils flag-o-matic fortran-2 multilib toolchain-funcs versionator
#DOC_PV="${PV}"
# upstream is lagging on docs
DOC_PV=1.7.0
DESCRIPTION="Fast array and numerical python library"
HOMEPAGE="http://numpy.scipy.org/"
SRC_URI="mirror://sourceforge/numpy/${P}.tar.gz
doc? (
http://docs.scipy.org/doc/${P}/${PN}-html-${DOC_PV}.zip
http://docs.scipy.org/doc/${P}/${PN}-ref-${DOC_PV}.pdf
http://docs.scipy.org/doc/${P}/${PN}-user-${DOC_PV}.pdf
)"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="doc lapack test"
RDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
lapack? ( virtual/cblas virtual/lapack )"
DEPEND="${RDEPEND}
doc? ( app-arch/unzip )
lapack? ( virtual/pkgconfig )
test? ( >=dev-python/nose-0.10[${PYTHON_USEDEP}] )"
# Uses distutils.command.config.
DISTUTILS_IN_SOURCE_BUILD=1
src_unpack() {
unpack ${P}.tar.gz
if use doc; then
unzip -qo "${DISTDIR}"/${PN}-html-${DOC_PV}.zip -d html || die
fi
}
pc_incdir() {
$(tc-getPKG_CONFIG) --cflags-only-I $@ | \
sed -e 's/^-I//' -e 's/[ ]*-I/:/g'
}
pc_libdir() {
$(tc-getPKG_CONFIG) --libs-only-L $@ | \
sed -e 's/^-L//' -e 's/[ ]*-L/:/g'
}
pc_libs() {
$(tc-getPKG_CONFIG) --libs-only-l $@ | \
sed -e 's/[ ]-l*\(pthread\|m\)[ ]*//g' \
-e 's/^-l//' -e 's/[ ]*-l/,/g'
}
python_prepare_all() {
epatch "${FILESDIR}"/${PN}-1.7.0-atlas.patch
if use lapack; then
append-ldflags "$($(tc-getPKG_CONFIG) --libs-only-other cblas lapack)"
local libdir="${EPREFIX}"/usr/$(get_libdir)
# make sure _dotblas.so gets built
sed -i -e '/NO_ATLAS_INFO/,+1d' numpy/core/setup.py || die
cat >> site.cfg <<-EOF
[blas]
include_dirs = $(pc_incdir cblas)
library_dirs = $(pc_libdir cblas blas):${libdir}
blas_libs = $(pc_libs cblas blas)
[lapack]
library_dirs = $(pc_libdir lapack):${libdir}
lapack_libs = $(pc_libs lapack)
EOF
else
export {ATLAS,PTATLAS,BLAS,LAPACK,MKL}=None
fi
export CC="$(tc-getCC) ${CFLAGS}"
append-flags -fno-strict-aliasing
# See progress in http://projects.scipy.org/scipy/numpy/ticket/573
# with the subtle difference that we don't want to break Darwin where
# -shared is not a valid linker argument
if [[ ${CHOST} != *-darwin* ]]; then
append-ldflags -shared
fi
# only one fortran to link with:
# linking with cblas and lapack library will force
# autodetecting and linking to all available fortran compilers
if use lapack; then
append-fflags -fPIC
NUMPY_FCONFIG="config_fc --noopt --noarch"
# workaround bug 335908
[[ $(tc-getFC) == *gfortran* ]] && NUMPY_FCONFIG+=" --fcompiler=gnu95"
fi
# don't version f2py, we will handle it.
sed -i -e '/f2py_exe/s:+os\.path.*$::' numpy/f2py/setup.py || die
distutils-r1_python_prepare_all
}
python_compile() {
distutils-r1_python_compile ${NUMPY_FCONFIG}
}
python_test() {
distutils_install_for_testing ${NUMPY_FCONFIG}
cd "${TMPDIR}" || die
"${PYTHON}" -c "
import numpy, sys
r = numpy.test()
sys.exit(0 if r.wasSuccessful() else 1)" || die "Tests fail with ${EPYTHON}"
}
python_install() {
distutils-r1_python_install ${NUMPY_FCONFIG}
rm -f "${D}"$(python_get_sitedir)/numpy/*.txt
}
python_install_all() {
distutils-r1_python_install_all
dodoc COMPATIBILITY DEV_README.txt THANKS.txt
docinto f2py
dodoc numpy/f2py/docs/*.txt
doman numpy/f2py/f2py.1
if use doc; then
insinto /usr/share/doc/${PF}
doins -r "${WORKDIR}"/html
doins "${DISTDIR}"/${PN}-{user,ref}-${DOC_PV}.pdf
fi
}

View File

@ -1,7 +0,0 @@
DIST pexpect-3.3.tar.gz 132330 SHA256 dfea618d43e83cfff21504f18f98019ba520f330e4142e5185ef7c73527de5ba SHA512 66cc501f1c7bb8ba0be4cdc0db840629f51416dc54ae44dc770adb38f1a385116b0a8b9bc7f1cc1447f05ede36ef1b519f5c4e710e6cb736c923ecfc87497cfa WHIRLPOOL e708e722d4e2598958f8d724b84148608e9a53041077b1a1a2af84d5281e11f0c6c050ee88489eebc48bd5556c22e0fe9386680d34b1941ddf21539296629513
DIST pexpect-4.2.1.tar.gz 143980 SHA256 3d132465a75b57aa818341c6521392a06cc660feb3988d7f1074f39bd23c9a92 SHA512 796474c87559cb9f4e2dfe72564d70c75e1aac4f57c4f3e4033a56c8842a48380ae0d5fafdad7f1ea6718b25c272fe4a611a59db44e69afb1f2bbf7e00256261 WHIRLPOOL 35176b56bdee1d7066705925c54014c33e18679e40f9182f15a223190904a6fead235c0d676806cc55a3f0f64666f446182056a29b27217ccc8990ecd9b8184e
EBUILD pexpect-3.3.ebuild 1068 SHA256 d5ab249b9afb276372db9ab7a35271d9a6ac541186af0c45a3ab1617b0b145e0 SHA512 0273ebbbba5c3ce1f60956fd7c8b99f374d148e40e6fdc6910e0febc71bd6bc64e83f28f01520ed54a0dc1b400e8b9f6131d63020a2d79974f04b673a13bb5b6 WHIRLPOOL 18984dd935a20733b97c73dc7915c5d45d9f64d66226eefb7a169095648a4fca90c26c68b125ceaf4876e738569eb622b00c920001084534932d40420f42eb61
EBUILD pexpect-4.2.1.ebuild 1181 SHA256 d81fb19e88a66ebe9f6b612d5a2878285bedb38fc8c637a500e7346955cdb3cb SHA512 928e14a6e803db243e696d3089654463d4b881441e6e7683e482d87ef7e20c0d8fe01d69de0213672fab0d93df10459ac88dfed3118cd02a85ebda9a14d9307d WHIRLPOOL cf9ffc5ea416bc628ddbbbbb20c9ee10360f112fee55bcb3164805b9a617309e6cb7b9171cf58447936eef9c2f327c14d9aece81671c90fa20441b6822c789d9
MISC ChangeLog 5819 SHA256 ce40004ec45a10f2ae2a9a4200bad347eef4111f5ce9f927d015f1cb6292abfb SHA512 ad8d2be641ec91a806f722dc05a101ccdd0a44eda19e75ae14dcff363b504b1310b3c023066437fbdf3cdc2025b7c5371b12e71cf478ffe21263487f6f9b3577 WHIRLPOOL 879905b8ce46670fedc447d1e4aa1ac4a5bf02ca9235c6d365b6e9604075f7dced6ca7620524259dcecbbeeb0fcb0b458db6451ca0f072b6b3d97e878e665b59
MISC ChangeLog-2015 9840 SHA256 72bd8513660d70da0c3e6f10f8c5768d95c185d6038a3a985a622cbe730bdd3d SHA512 15c7d741bfc96626b9cd87c72d4f1a301ed97e526e5e04ef8f415409f1ecc52475faac2c339189144e3027f70a2ad3bafff743151a6ac6e9bfc4e1a0e6e347c0 WHIRLPOOL de3274b0164e3f154706ce7444fe2c9e8918c4a73274bd7d3f14b861396dbdfb1360d6162e8b5a18d567289c3c94687e363fbbbbaf7c59dc166da3797f247b08
MISC metadata.xml 431 SHA256 69b2b0915aacb709b1dfdc2ff9b221893413c6ee61aaff047ceefb1caecc14bd SHA512 4fc0b0953190669031dda959f021bc367a04f9754007c4416c81a2fd0897fbf1684027e94eb917b336d2d5f54678a21d42349454fa65ee0c5479151dc3275e2f WHIRLPOOL f8852be8cdc16259bdf95d2c060a5dcc45261b69981fb383b7298152cedb504073392bac3af7f4094fb12913a8977f780eae98ace867957e2d04bf6d1f38059b

View File

@ -1,13 +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">pexpect</remote-id>
<remote-id type="github">pexpect/pexpect</remote-id>
<remote-id type="sourceforge">pexpect</remote-id>
</upstream>
</pkgmetadata>

View File

@ -1,36 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1
DESCRIPTION="Python module for spawning child applications and responding to expected patterns"
HOMEPAGE="http://pexpect.sourceforge.net/ https://pypi.python.org/pypi/pexpect/ https://github.com/pexpect/pexpect/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="doc examples test"
DEPEND="
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
python_compile_all() {
use doc && emake -C doc html
}
python_test() {
py.test tests || die "Tests fail with ${EPYTHON}"
}
python_install_all() {
use doc && local HTML_DOCS=( doc/_build/html/. )
use examples && local EXAMPLES=( examples/. )
distutils-r1_python_install_all
}

View File

@ -1,44 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1
DESCRIPTION="Python module for spawning child applications and responding to expected patterns"
HOMEPAGE="
http://pexpect.sourceforge.net/
https://pypi.python.org/pypi/pexpect/
https://github.com/pexpect/pexpect/
"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="doc examples test"
RDEPEND=">=dev-python/ptyprocess-0.5[${PYTHON_USEDEP}]"
DEPEND="
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
python_compile_all() {
use doc && emake -C doc html
}
python_test() {
py.test tests || die "Tests fail with ${EPYTHON}"
}
python_install_all() {
use doc && local HTML_DOCS=( doc/_build/html/. )
if use examples; then
dodoc -r examples
docompress -x /usr/share/doc/${PF}/examples
fi
distutils-r1_python_install_all
}

View File

@ -1,703 +0,0 @@
# ChangeLog for dev-python/py
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/py/ChangeLog,v 1.197 2015/06/26 12:42:33 jlec Exp $
*py-1.4.30 (26 Jun 2015)
26 Jun 2015; Justin Lecher <jlec@gentoo.org> +py-1.4.30.ebuild:
Version Bump
*py-1.4.29 (26 Jun 2015)
26 Jun 2015; Tim Harder <radhermit@gentoo.org> +py-1.4.29.ebuild:
Version bump.
*py-1.4.28 (28 May 2015)
28 May 2015; Justin Lecher <jlec@gentoo.org> +py-1.4.28.ebuild:
Version Bump
17 May 2015; Ian Delaney <idella4@gentoo.org> -py-1.4.13.ebuild,
py-1.4.27.ebuild:
rm old -1.4.13, add comment re failure of test under pypy
*py-1.4.27 (15 May 2015)
15 May 2015; Justin Lecher <jlec@gentoo.org> +py-1.4.27.ebuild, metadata.xml:
Version Bump
08 Apr 2015; Michał Górny <mgorny@gentoo.org> py-1.4.13.ebuild,
py-1.4.25.ebuild:
Drop old Python implementations
03 Apr 2015; Mike Frysinger <vapier@gentoo.org> py-1.4.25.ebuild:
Mark s390/sh stable.
03 Apr 2015; Mike Frysinger <vapier@gentoo.org> py-1.4.25.ebuild,
py-1.4.26.ebuild:
Add arm64/m68k love.
01 Dec 2014; Agostino Sarubbo <ago@gentoo.org> py-1.4.25.ebuild:
Stable for sparc, wrt bug #524416
19 Nov 2014; Ian Delaney <idella4@gentoo.org> py-1.4.26.ebuild:
Add pypy3 support, dep for doc build
11 Nov 2014; Agostino Sarubbo <ago@gentoo.org> py-1.4.25.ebuild:
Stable for ia64, wrt bug #524416
02 Nov 2014; Agostino Sarubbo <ago@gentoo.org> py-1.4.25.ebuild:
Stable for alpha, wrt bug #524416
31 Oct 2014; Agostino Sarubbo <ago@gentoo.org> py-1.4.25.ebuild:
Stable for ppc64, wrt bug #524416
25 Oct 2014; Tim Harder <radhermit@gentoo.org> -py-1.4.5.ebuild,
-py-1.4.7.ebuild, -py-1.4.8.ebuild, -py-1.4.9.ebuild, -py-1.4.10.ebuild,
-py-1.4.11.ebuild, -py-1.4.12.ebuild, -py-1.4.12-r1.ebuild,
-py-1.4.14.ebuild, -py-1.4.15.ebuild, -py-1.4.17.ebuild, -py-1.4.18.ebuild,
-py-1.4.20.ebuild, -py-1.4.22.ebuild, -py-1.4.23.ebuild:
Remove old.
*py-1.4.26 (25 Oct 2014)
25 Oct 2014; Tim Harder <radhermit@gentoo.org> +py-1.4.26.ebuild:
Version bump, drop python3_2 support.
18 Oct 2014; Agostino Sarubbo <ago@gentoo.org> py-1.4.25.ebuild:
Stable for x86, wrt bug #524416
18 Oct 2014; Agostino Sarubbo <ago@gentoo.org> py-1.4.25.ebuild:
Stable for ppc, wrt bug #524416
16 Oct 2014; Markus Meier <maekke@gentoo.org> py-1.4.25.ebuild:
arm stable, bug #524416
09 Oct 2014; Agostino Sarubbo <ago@gentoo.org> py-1.4.25.ebuild:
Stable for amd64, wrt bug #524416
04 Oct 2014; Jeroen Roovers <jer@gentoo.org> py-1.4.25.ebuild:
Stable for HPPA (bug #524416).
*py-1.4.25 (27 Sep 2014)
27 Sep 2014; Tim Harder <radhermit@gentoo.org> +py-1.4.25.ebuild:
Version bump.
*py-1.4.23 (14 Aug 2014)
14 Aug 2014; Ian Delaney <idella4@gentoo.org> +py-1.4.23.ebuild:
bump
07 Aug 2014; Jeroen Roovers <jer@gentoo.org> py-1.4.20.ebuild:
Stable for HPPA (bug #506042).
02 Aug 2014; Agostino Sarubbo <ago@gentoo.org> py-1.4.20.ebuild:
Stable for x86, wrt bug #506042
02 Aug 2014; Agostino Sarubbo <ago@gentoo.org> py-1.4.20.ebuild:
Stable for amd64, wrt bug #506042
24 Jul 2014; Markus Meier <maekke@gentoo.org> py-1.4.20.ebuild:
arm stable, bug #506042
*py-1.4.22 (22 Jul 2014)
22 Jul 2014; Ian Delaney <idella4@gentoo.org> +py-1.4.22.ebuild:
bump; drop py2.6 pypy2_0 add py3.4
19 Jul 2014; Tobias Klausmann <klausman@gentoo.org> py-1.4.20.ebuild:
Stable on alpha, bug #506042
19 Jul 2014; Tobias Klausmann <klausman@gentoo.org> py-1.4.20.ebuild:
Update pytest dep and drop ia64 and hppa stable keywords. Details in bug
506042
08 Jun 2014; Akinori Hattori <hattya@gentoo.org> py-1.4.20.ebuild:
ia64 stable wrt bug #506042
02 Apr 2014; Tim Harder <radhermit@gentoo.org> py-1.4.20.ebuild:
Add python3_4 support.
31 Mar 2014; Michał Górny <mgorny@gentoo.org> py-1.4.12-r1.ebuild,
py-1.4.13.ebuild, py-1.4.14.ebuild, py-1.4.15.ebuild, py-1.4.17.ebuild,
py-1.4.18.ebuild, py-1.4.20.ebuild:
Add support for the new PyPy slotting.
28 Mar 2014; Jeroen Roovers <jer@gentoo.org> py-1.4.20.ebuild:
Stable for HPPA (bug #506042).
28 Mar 2014; Ian Delaney <idella4@gentoo.org> -py-1.4.19.ebuild:
rm 1.4.19 wrt Bug #494496
*py-1.4.20 (01 Feb 2014)
01 Feb 2014; Tim Harder <radhermit@gentoo.org> +py-1.4.20.ebuild:
Version bump.
*py-1.4.19 (29 Jan 2014)
29 Jan 2014; Ian Delaney <idella4@gentoo.org> +py-1.4.19.ebuild:
bump; add IUSE doc, doc build & install, update test phase
*py-1.4.18 (30 Oct 2013)
30 Oct 2013; Tim Harder <radhermit@gentoo.org> +py-1.4.18.ebuild:
Version bump.
*py-1.4.17 (27 Oct 2013)
27 Oct 2013; Tim Harder <radhermit@gentoo.org> +py-1.4.17.ebuild:
Version bump.
22 Oct 2013; Fabian Groffen <grobian@gentoo.org> py-1.4.15.ebuild:
Marked ~x64-macos, bug #487670
05 Sep 2013; Michał Górny <mgorny@gentoo.org> py-1.4.12-r1.ebuild,
py-1.4.13.ebuild, py-1.4.14.ebuild, py-1.4.15.ebuild:
Clean up PYTHON_COMPAT from old implementations.
07 Aug 2013; Michał Górny <mgorny@gentoo.org> py-1.4.12-r1.ebuild,
py-1.4.13.ebuild, py-1.4.14.ebuild, py-1.4.15.ebuild:
Drop removed Python implementations from PYTHON_COMPAT.
02 Jul 2013; Agostino Sarubbo <ago@gentoo.org> py-1.4.13.ebuild:
Stable for sh, wrt bug #472858
30 Jun 2013; Agostino Sarubbo <ago@gentoo.org> py-1.4.13.ebuild:
Stable for s390, wrt bug #472858
29 Jun 2013; Agostino Sarubbo <ago@gentoo.org> py-1.4.13.ebuild:
Stable for sparc, wrt bug #472858
26 Jun 2013; Agostino Sarubbo <ago@gentoo.org> py-1.4.13.ebuild:
Stable for arm, wrt bug #472858
26 Jun 2013; Agostino Sarubbo <ago@gentoo.org> py-1.4.13.ebuild:
Stable for ia64, wrt bug #472858
26 Jun 2013; Agostino Sarubbo <ago@gentoo.org> py-1.4.13.ebuild:
Stable for alpha, wrt bug #472858
25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> py-1.4.13.ebuild:
Stable for amd64, wrt bug #472858
25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> py-1.4.13.ebuild:
Stable for x86, wrt bug #472858
25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> py-1.4.13.ebuild:
Stable for ppc64, wrt bug #472858
*py-1.4.15 (25 Jun 2013)
25 Jun 2013; Patrick Lauer <patrick@gentoo.org> +py-1.4.15.ebuild:
Bump
24 Jun 2013; Agostino Sarubbo <ago@gentoo.org> py-1.4.13.ebuild:
Stable for ppc, wrt bug #472858
10 Jun 2013; Jeroen Roovers <jer@gentoo.org> py-1.4.13.ebuild:
Stable for HPPA (bug #472858).
*py-1.4.14 (23 May 2013)
23 May 2013; Patrick Lauer <patrick@gentoo.org> +py-1.4.14.ebuild:
Bump
12 May 2013; Mike Frysinger <vapier@gentoo.org> py-1.4.13.ebuild:
Add missing ~s390 #469242.
23 Apr 2013; Patrick Lauer <patrick@gentoo.org> py-1.4.13.ebuild:
Homepage change, #460204
10 Apr 2013; Agostino Sarubbo <ago@gentoo.org> py-1.4.12-r1.ebuild:
Stable for s390, wrt bug #458992
02 Apr 2013; Agostino Sarubbo <ago@gentoo.org> py-1.4.12-r1.ebuild:
Stable for hppa, wrt bug #462852
02 Apr 2013; Agostino Sarubbo <ago@gentoo.org> py-1.4.12-r1.ebuild:
Stable for sh, wrt bug #462852
31 Mar 2013; Agostino Sarubbo <ago@gentoo.org> py-1.4.12-r1.ebuild:
Stable for sparc, wrt bug #462852
30 Mar 2013; Agostino Sarubbo <ago@gentoo.org> py-1.4.12-r1.ebuild:
Stable for alpha, wrt bug #462852
28 Mar 2013; Agostino Sarubbo <ago@gentoo.org> py-1.4.12-r1.ebuild:
Stable for ia64, wrt bug #462852
26 Mar 2013; Agostino Sarubbo <ago@gentoo.org> py-1.4.12-r1.ebuild:
Stable for ppc64, wrt bug #462852
26 Mar 2013; Agostino Sarubbo <ago@gentoo.org> py-1.4.12-r1.ebuild:
Stable for ppc, wrt bug #462852
24 Mar 2013; Markus Meier <maekke@gentoo.org> py-1.4.12-r1.ebuild:
arm stable, bug #462852
24 Mar 2013; Mike Gilbert <floppym@gentoo.org> py-1.4.13.ebuild:
Remove dependency on unzip.
23 Mar 2013; Agostino Sarubbo <ago@gentoo.org> py-1.4.12-r1.ebuild:
Stable for x86, wrt bug #462852
23 Mar 2013; Agostino Sarubbo <ago@gentoo.org> py-1.4.12-r1.ebuild:
Stable for amd64, wrt bug #462852
*py-1.4.13 (11 Mar 2013)
11 Mar 2013; Patrick Lauer <patrick@gentoo.org> +py-1.4.13.ebuild:
Bump
02 Jan 2013; Mike Gilbert <floppym@gentoo.org> py-1.4.12-r1.ebuild:
Add pypy2_0.
17 Dec 2012; Michał Górny <mgorny@gentoo.org> py-1.4.12-r1.ebuild:
Bump to EAPI=5 to make Paludis happy, bug #447524.
07 Dec 2012; Michał Górny <mgorny@gentoo.org> py-1.4.12-r1.ebuild:
Add PYTHON_USEDEP on pytest.
*py-1.4.12-r1 (02 Dec 2012)
02 Dec 2012; Michał Górny <mgorny@gentoo.org> +py-1.4.12-r1.ebuild:
Migrate to distutils-r1.
*py-1.4.12 (13 Nov 2012)
13 Nov 2012; Patrick Lauer <patrick@gentoo.org> +py-1.4.12.ebuild:
Bump
*py-1.4.11 (31 Oct 2012)
31 Oct 2012; Patrick Lauer <patrick@gentoo.org> +py-1.4.11.ebuild:
Bump
*py-1.4.10 (29 Oct 2012)
29 Oct 2012; Patrick Lauer <patrick@gentoo.org> +py-1.4.10.ebuild:
Bump
*py-1.4.9 (28 Jun 2012)
28 Jun 2012; Patrick Lauer <patrick@gentoo.org> +py-1.4.9.ebuild:
Bump
19 Jun 2012; Kacper Kowalik <xarthisius@gentoo.org> py-1.4.8.ebuild:
Use EAPI=4. Simplify dependencies. Reenable tests fixed by upstream thanks to
report by Arfrever (py issue #8). Backported from Progress Overlay. Patch by
Arfrever
*py-1.4.8 (19 Jun 2012)
19 Jun 2012; Patrick Lauer <patrick@gentoo.org> +py-1.4.8.ebuild:
Bump for #420479
17 Jun 2012; Raúl Porcel <armin76@gentoo.org> py-1.4.7.ebuild:
alpha/ia64/sh/sparc stable wrt #415885
29 May 2012; Brent Baude <ranger@gentoo.org> py-1.4.7.ebuild:
Marking py-1.4.7 ppc for bug 415885
27 May 2012; Markus Meier <maekke@gentoo.org> py-1.4.7.ebuild:
arm stable, bug #415885
23 May 2012; Brent Baude <ranger@gentoo.org> py-1.4.7.ebuild:
Marking py-1.4.7 ppc64 for bug 415885
18 May 2012; Jeff Horelick <jdhore@gentoo.org> py-1.4.7.ebuild:
marked x86 per bug 415885
16 May 2012; Jeroen Roovers <jer@gentoo.org> py-1.4.7.ebuild:
Stable for HPPA (bug #415885).
14 May 2012; Agostino Sarubbo <ago@gentoo.org> py-1.4.7.ebuild:
Stable for amd64, wrt bug #415885
14 May 2012; Dirkjan Ochtman <djc@gentoo.org> -py-1.4.3.ebuild,
-py-1.4.6.ebuild:
Remove old versions of py.
12 May 2012; Alexis Ballier <aballier@gentoo.org> py-1.4.7.ebuild:
keyword ~amd64-fbsd
18 Mar 2012; Raúl Porcel <armin76@gentoo.org> py-1.4.5.ebuild:
alpha/ia64/sh/sparc stable wrt #403867
03 Mar 2012; Markus Meier <maekke@gentoo.org> py-1.4.5.ebuild:
arm stable, bug #403867
02 Mar 2012; Brent Baude <ranger@gentoo.org> py-1.4.5.ebuild:
Marking py-1.4.5 ppc64 for bug 403867
27 Feb 2012; Brent Baude <ranger@gentoo.org> py-1.4.5.ebuild:
Marking py-1.4.5 ppc for bug 403867
24 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> py-1.4.5.ebuild:
x86 stable wrt bug #403867
16 Feb 2012; Agostino Sarubbo <ago@gentoo.org> py-1.4.5.ebuild:
Stable for amd64, wrt bug #403867
16 Feb 2012; Jeroen Roovers <jer@gentoo.org> py-1.4.5.ebuild:
Stable for HPPA (bug #403867).
*py-1.4.7 (15 Feb 2012)
15 Feb 2012; Dirkjan Ochtman <djc@gentoo.org> +py-1.4.7.ebuild:
Version bump to 1.4.7.
*py-1.4.6 (14 Feb 2012)
14 Feb 2012; <patrick@gentoo.org> +py-1.4.6.ebuild, -py-1.4.2.ebuild:
Bump for #402873
06 Oct 2011; Jeroen Roovers <jer@gentoo.org> py-1.4.3.ebuild:
Stable for HPPA (bug #373363).
*py-1.4.5 (09 Sep 2011)
09 Sep 2011; Dirkjan Ochtman <djc@gentoo.org> +py-1.4.5.ebuild:
Version bump to 1.4.5.
24 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> py-1.4.3.ebuild:
ppc/ppc64 stable wrt #373363
23 Jul 2011; Raúl Porcel <armin76@gentoo.org> py-1.4.3.ebuild:
alpha/ia64/sh/sparc stable wrt #373363
15 Jul 2011; Markus Meier <maekke@gentoo.org> py-1.4.3.ebuild:
x86 stable, bug #373363
12 Jul 2011; Markus Meier <maekke@gentoo.org> py-1.4.3.ebuild:
arm stable, bug #373363
03 Jul 2011; Markos Chandras <hwoarang@gentoo.org> py-1.4.3.ebuild:
Stable on amd64 wrt bug #373363
01 Jul 2011; Markos Chandras <hwoarang@gentoo.org> -py-1.4.0.ebuild,
-py-1.4.1.ebuild:
Remove old ebuilds. Requested by Arfrever
27 Jun 2011; Brent Baude <ranger@gentoo.org> py-1.4.2.ebuild:
Marking py-1.4.2 ppc for bug 372595
29 Apr 2011; Samuli Suominen <ssuominen@gentoo.org> py-1.4.2.ebuild:
ppc64 stable wrt #362773
23 Apr 2011; Raúl Porcel <armin76@gentoo.org> py-1.4.2.ebuild:
alpha/arm/ia64/sh/sparc stable wrt #362773
*py-1.4.3 (18 Apr 2011)
18 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+py-1.4.3.ebuild:
Version bump.
18 Apr 2011; Thomas Kahle <tomka@gentoo.org> py-1.4.2.ebuild:
x86 stable per bug 362773
15 Apr 2011; Christoph Mende <angelos@gentoo.org> py-1.4.2.ebuild:
Stable on amd64 wrt bug #362773
12 Apr 2011; Jeroen Roovers <jer@gentoo.org> py-1.4.2.ebuild:
Stable for HPPA (bug #362773).
31 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> py-1.4.1.ebuild:
ppc64 stable wrt #358137
30 Mar 2011; Jeroen Roovers <jer@gentoo.org> py-1.4.1.ebuild:
Stable for HPPA (bug #358137).
27 Mar 2011; Brent Baude <ranger@gentoo.org> py-1.4.1.ebuild:
Marking py-1.4.1 ppc for bug 358137
27 Mar 2011; Tobias Klausmann <klausman@gentoo.org> py-1.4.1.ebuild:
Stable on alpha, bug #358137
21 Mar 2011; Markus Meier <maekke@gentoo.org> py-1.4.1.ebuild:
arm stable, bug #358137
13 Mar 2011; Markos Chandras <hwoarang@gentoo.org> py-1.4.1.ebuild:
Stable on amd64 wrt bug #358137
*py-1.4.2 (09 Mar 2011)
09 Mar 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+py-1.4.2.ebuild:
Version bump.
*py-1.4.1 (09 Feb 2011)
09 Feb 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+py-1.4.1.ebuild:
Version bump. Fixed tests with Python 3.2 (bug #351060).
30 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
-py-1.3.4.ebuild:
Delete.
30 Jan 2011; Raúl Porcel <armin76@gentoo.org> py-1.4.0.ebuild:
alpha/arm/ia64/sh/sparc stable wrt #351493
29 Jan 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> py-1.4.0.ebuild:
x86 stable wrt bug #351493
25 Jan 2011; Jeroen Roovers <jer@gentoo.org> py-1.4.0.ebuild:
Stable for HPPA (bug #351493).
20 Jan 2011; Markos Chandras <hwoarang@gentoo.org> py-1.4.0.ebuild:
Stable on amd64 wrt bug #351493
17 Jan 2011; <xarth@gentoo.org> py-1.4.0.ebuild:
ppc/ppc64 stable wrt #351493
27 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
-py-1.3.1.ebuild, -py-1.3.3.ebuild:
Delete.
27 Dec 2010; Brent Baude <ranger@gentoo.org> py-1.3.4.ebuild:
Marking py-1.3.4 ppc64 for bug 341335
27 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
py-1.3.4.ebuild:
Fix installation (bug #349830).
*py-1.4.0 (13 Dec 2010)
13 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+py-1.4.0.ebuild:
Version bump.
23 Oct 2010; Raúl Porcel <armin76@gentoo.org> py-1.3.4.ebuild:
alpha/arm/ia64/sh/sparc stable wrt #341335
21 Oct 2010; Christian Faulhammer <fauli@gentoo.org> py-1.3.4.ebuild:
stable x86, bug 341335
21 Oct 2010; Jeroen Roovers <jer@gentoo.org> py-1.3.4.ebuild:
Stable for HPPA (bug #341335).
20 Oct 2010; Brent Baude <ranger@gentoo.org> py-1.3.4.ebuild:
stable ppc, bug 341335
18 Oct 2010; Markos Chandras <hwoarang@gentoo.org> py-1.3.4.ebuild:
Stable on amd64 wrt bug #341335
17 Oct 2010; Mart Raudsepp <leio@gentoo.org> py-1.3.4.ebuild:
Add ~mips keyword
09 Oct 2010; Raúl Porcel <armin76@gentoo.org> py-1.3.3.ebuild:
alpha/arm/ia64/sh/sparc stable wrt #337144
03 Oct 2010; Raúl Porcel <armin76@gentoo.org> py-1.3.1.ebuild:
alpha stable
29 Sep 2010; Brent Baude <ranger@gentoo.org> py-1.3.3.ebuild:
Marking py-1.3.3 ppc for bug 337144
21 Sep 2010; Markos Chandras <hwoarang@gentoo.org> py-1.3.3.ebuild:
Stable on amd64 wrt bug #337144
15 Sep 2010; Christian Faulhammer <fauli@gentoo.org> py-1.3.3.ebuild:
stable x86, bug 337144
14 Sep 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
py-1.3.1.ebuild, py-1.3.3.ebuild:
Use PyPI mirrors.
*py-1.3.4 (14 Sep 2010)
14 Sep 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
-py-1.2.1.ebuild, -py-1.3.2.ebuild, +py-1.3.4.ebuild:
Version bump.
28 Aug 2010; Raúl Porcel <armin76@gentoo.org> py-1.3.1.ebuild:
arm/ia64/sh/sparc stable wrt #325427
15 Aug 2010; Raúl Porcel <armin76@gentoo.org> py-1.2.1.ebuild,
py-1.3.1.ebuild, py-1.3.2.ebuild, py-1.3.3.ebuild:
Add ~sh
*py-1.3.3 (31 Jul 2010)
31 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+py-1.3.3.ebuild:
Version bump.
25 Jul 2010; Tobias Klausmann <klausman@gentoo.org> py-1.3.2.ebuild:
Keyworded on alpha, bug #324617
25 Jul 2010; Tobias Klausmann <klausman@gentoo.org> py-1.3.2.ebuild:
Stable on alpha, bug #324617
21 Jul 2010; Markus Meier <maekke@gentoo.org> py-1.3.1.ebuild:
add ~arm, bug #324617
18 Jul 2010; <nixnut@gentoo.org> py-1.3.1.ebuild:
ppc stable #325427
14 Jul 2010; Christian Faulhammer <fauli@gentoo.org> py-1.3.1.ebuild:
stable x86, bug 325427
13 Jul 2010; Jeroen Roovers <jer@gentoo.org> py-1.3.1.ebuild:
Stable for HPPA (bug #325427).
09 Jul 2010; Jeroen Roovers <jer@gentoo.org> py-1.3.1.ebuild,
py-1.3.2.ebuild:
Marked ~hppa (bug #324617).
*py-1.3.2 (08 Jul 2010)
08 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
-py-1.3.0.ebuild, +py-1.3.2.ebuild:
Version bump.
06 Jul 2010; Samuli Suominen <ssuominen@gentoo.org> py-1.3.1.ebuild:
ppc64 stable wrt #325427
26 Jun 2010; Christoph Mende <angelos@gentoo.org> py-1.3.1.ebuild:
Stable on amd64 wrt bug #325427
*py-1.3.1 (26 May 2010)
26 May 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+py-1.3.1.ebuild:
Version bump.
09 May 2010; Raúl Porcel <armin76@gentoo.org> py-1.2.1.ebuild:
sparc stable wrt #311353
*py-1.3.0 (06 May 2010)
06 May 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
-py-1.1.1-r1.ebuild, +py-1.3.0.ebuild:
Version bump.
25 Apr 2010; Javier Villavicencio <the_paya@gentoo.org> py-1.2.1.ebuild:
Keyworded ~x86-fbsd.
22 Apr 2010; Christian Faulhammer <fauli@gentoo.org> py-1.2.1.ebuild:
stable x86, bug 311353
18 Apr 2010; <nixnut@gentoo.org> py-1.2.1.ebuild:
ppc stable #311353
13 Apr 2010; Markos Chandras <hwoarang@gentoo.org> py-1.2.1.ebuild:
Stable on amd64 wrt bug #311353
20 Mar 2010; Raúl Porcel <armin76@gentoo.org> py-1.2.0.ebuild:
sparc stable wrt #306219
02 Mar 2010; Christian Faulhammer <fauli@gentoo.org> py-1.2.0.ebuild:
stable x86, bug 306219
*py-1.2.1 (21 Feb 2010)
21 Feb 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+py-1.2.1.ebuild:
Version bump.
*py-1.2.0 (18 Jan 2010)
18 Jan 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+py-1.2.0.ebuild:
Version bump.
17 Jan 2010; Raúl Porcel <armin76@gentoo.org> py-1.1.1-r1.ebuild:
sparc stable wrt #298795
10 Jan 2010; nixnut <nixnut@gentoo.org> py-1.1.1-r1.ebuild:
ppc stable #298795
05 Jan 2010; <hwoarang@gentoo.org> py-1.1.1-r1.ebuild:
Stable on amd64 wrt bug #298795
03 Jan 2010; Christian Faulhammer <fauli@gentoo.org> py-1.1.1-r1.ebuild:
stable x86, bug 298795
24 Dec 2009; Fabian Groffen <grobian@gentoo.org> py-1.1.1-r1.ebuild:
Fix for Prefix
*py-1.1.1-r1 (24 Dec 2009)
24 Dec 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
-py-1.1.1.ebuild, +py-1.1.1-r1.ebuild:
Fix shebangs in scripts.
16 Dec 2009; Markus Meier <maekke@gentoo.org> py-1.1.0.ebuild:
amd64/x86 stable, bug #296026
09 Dec 2009; nixnut <nixnut@gentoo.org> py-1.1.0.ebuild:
ppc stable #296026
*py-1.1.1 (28 Nov 2009)
28 Nov 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
-py-0.9.2.ebuild, +py-1.1.1.ebuild:
Version bump.
18 Nov 2009; Raúl Porcel <armin76@gentoo.org> py-1.0.2.ebuild:
sparc stable wrt #288116
*py-1.1.0 (06 Nov 2009)
06 Nov 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
-py-0.9.1.ebuild, +py-1.1.0.ebuild:
Version bump.
15 Oct 2009; Markus Meier <maekke@gentoo.org> py-1.0.2.ebuild:
amd64/x86 stable, bug #288116
11 Oct 2009; nixnut <nixnut@gentoo.org> py-1.0.2.ebuild:
ppc stable #288116
11 Oct 2009; Fabian Groffen <grobian@gentoo.org> py-1.0.2.ebuild:
Merge from Prefix
08 Sep 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
py-1.0.2.ebuild:
Set SUPPORT_PYTHON_ABIS.
*py-1.0.2 (07 Sep 2009)
07 Sep 2009; Patrick Lauer <patrick@gentoo.org> +py-1.0.2.ebuild:
Bump
09 Jun 2009; Raúl Porcel <armin76@gentoo.org> py-0.9.2.ebuild:
sparc stable
23 May 2009; nixnut <nixnut@gentoo.org> py-0.9.1.ebuild:
ppc stable #270089
17 Apr 2009; Patrick Lauer <patrick@gentoo.org> ChangeLog:
Bump to 0.9.2. New SRC_URI. Fixes #265793.
15 Apr 2009; Markus Meier <maekke@gentoo.org> py-0.9.1.ebuild:
amd64/x86 stable, bug #261887
06 Oct 2008; Brent Baude <ranger@gentoo.org> py-0.9.1.ebuild:
Marking py-0.9.1 ~ppc64 for bug 236705
*py-0.9.1 (17 Jul 2008)
17 Jul 2008; Ali Polatel <hawking@gentoo.org> -py-0.9.0.ebuild,
+py-0.9.1.ebuild:
Version bump. This version works fine with python-2.6. Drop old.
29 Jun 2008; Raúl Porcel <armin76@gentoo.org> py-0.9.0.ebuild:
Add ~ia64/~sparc wrt #229393
25 Jun 2008; Tiziano Müller <dev-zero@gentoo.org> py-0.9.0.ebuild:
Added ~ppc keyword
31 Jul 2007; Tiziano Müller <dev-zero@gentoo.org> py-0.9.0.ebuild:
keyworded ~x86
*py-0.9.0 (05 May 2007)
05 May 2007; Lukasz Strzygowski <lucass@gentoo.org> +metadata.xml,
+py-0.9.0.ebuild:
Initial commit.

View File

@ -1,14 +0,0 @@
DIST py-1.4.25.tar.gz 190298 SHA256 da6ea727748e00f79fef987adb6970e8b081f829de8ea39f5405718fa9e50c85 SHA512 7e24a9d57298cf98fc246fbda7db81f6cd9d16b78425266c24d00ab1db77146ffab38820630b2dddb49bca7d864c2366d45fdb3e81bb284e509a309d4c1b5b98 WHIRLPOOL 2eab3004febb8e0e0bb42c0fd6d6dd33e46c7a1fe9cdbe2864e55fc075393cf043c0697a508696d0f5bdee8322cef30f03765f676349d02353f3448a339a9432
DIST py-1.4.26.tar.gz 190617 SHA256 28dd0b90d29b386afb552efc4e355c889f4639ce93658a7872a2150ece28bb89 SHA512 5772893d754e4f3fee5de9fdb0eca2c654ac5288eba5c89dac88fd4d9acb2c0795bae61e0c43b37a14471536a1649c9138ac1c4374cd5697307e74062e9813f3 WHIRLPOOL 9f845477bec75c083c7148d8008df9992a5309a89ee0ec68a9de5d99c236dd7f1e8cedf39a220c53a6b46570d1cba715623ac5eb6563874f7901694bdd0fb594
DIST py-1.4.27.tar.gz 191447 SHA256 55c648870ba47375c52001d05a1adeedaa930937749ad66eb3327e8dea28ac79 SHA512 29d4c003f9382d5ae19ced0d1d759841b08ed8eb0e9d07e6105e974f4181c3cbb6b59908434eaf4f1164deac438258ccb25b89c0fec0f5a11e1d6487127af4a1 WHIRLPOOL bd3067bf8bbae2ab8ff51720132864701dbb347ecfca023c7dc0f85f6a94d73f77538e17bc8113cbf4946340be8e3f3faad04f92c2d8cee10a7ac3a497d48636
DIST py-1.4.28.tar.gz 191592 SHA256 664dbb9fd86c26d26e90aa93d15b8a19c859128bb66b3905bef954eba737eeb5 SHA512 0f65ec7114d5d634cf8b0be0c91dee9c7ce7b4795143d1394f1e625586d852c3c0941b7e9490a1eb6a1d3ad5db7c64ab72b6532793f22fdda705a347d4945814 WHIRLPOOL 077f14d7e8a3e1ed1dbc3dd1a51ce55d0263f74b726ec66847c069ff91e81b9aab5581e031a5acbfdbbaaff22ced89efa7a362c2220db1964622342e6a02cd9f
DIST py-1.4.29.tar.gz 192088 SHA256 279e117233f205de1e46ec36eb7ffa5999f1bc53ae6bcf06889477ff28e45d83 SHA512 c172b598c3b7c8d7e0cc9b3123e80443355a0422e5e19b052f02d4261610fd832431cb50df35a3ee4913a29f87e53da2b12c17234189a3faabfab0c9899c1469 WHIRLPOOL 5924f8d0a9ef6428edc5fecc7d59de277b3cf30f93ff437a9067b7d16150a9b5ac9b4389343ed53f4a504ab083a220d2c0eee0936ea3e5ae5909d4944c89e545
DIST py-1.4.30.tar.gz 191796 SHA256 b703e57685ed7c280b1a51c496a4984d83d89def2a930b5e9e5da5a6ca151514 SHA512 dd9d92f8eaf8e5fc61bfb7feb4b07df5ae1745ebf88bcbe9d62589caa9e1f7d8beae5b2d20b407520919e47391cd50cf2d5323556fa5bd90a37e120b1d394d7a WHIRLPOOL 890cd2dbb957c291e80c73a69fad89846e761f745500ab2a99bfb4f725a7e567104fa4a2a957b8c674ebc9498fdbb25373ff0d15ab8da7f8c45138844235c79f
EBUILD py-1.4.25.ebuild 1077 SHA256 9cdc7006735eb0affd75d0a27bd07f162fbffd3603078d8e5e894be7fddde959 SHA512 c4a029d67e7eb68141dd2765263cc852ee9cf0c554663960cd655e776b2ebc229575bd84511deea9effe2a50dbb8457535146790641589e98134c9f7e74a8b30 WHIRLPOOL caf1bedcb2b4e9dc04a79bed3d2b9eeb8e7227f66a5b5e2d0162cf1666f87eb6dbbb4dcbed5a5fc15df6f5e3557840d522fd3a6d89b28695d105a821d718718c
EBUILD py-1.4.26.ebuild 1142 SHA256 3cc6b68365b2cbf9615a3a7d6f19246db956764a3d758404a017aa2835d56861 SHA512 192524248bb69255435bc161ff6dcdfcf41c1659361da3a1cd4781829f5f0b22f858e5d7bde30d5db78e0e9bf607518a54589c02423639fc057f6f73cd60b558 WHIRLPOOL f1adb99e7fc853f905e63ee0a65a665bfd2a5571d58071cac3ddd9a94b1f14cea4a7fa9b880b38a07c9cfe4afc5e4f4814208da6f6e4a75d084562accdb9fd1b
EBUILD py-1.4.27.ebuild 1253 SHA256 1aded533812874f362bee0ded65a02fb7619efc8a856d17e4c64071c80ac524d SHA512 966bed8374b0c42baef571c9a91afcdb33775d69532bd2622f6da4bc45e7a6ae9864f509f1396f05b9d5ce14847b1161716163de9bb5f59669b648851f81d7e7 WHIRLPOOL 344e78876bad224790b42cf99c3868a9292a657d2d532bd80f3f8b2bd200c8759bdfb8ecd04e25c4eb78ad0c880ba8d74cc8c57968bfc4d64512659ee9e7ecb0
EBUILD py-1.4.28.ebuild 1253 SHA256 1aded533812874f362bee0ded65a02fb7619efc8a856d17e4c64071c80ac524d SHA512 966bed8374b0c42baef571c9a91afcdb33775d69532bd2622f6da4bc45e7a6ae9864f509f1396f05b9d5ce14847b1161716163de9bb5f59669b648851f81d7e7 WHIRLPOOL 344e78876bad224790b42cf99c3868a9292a657d2d532bd80f3f8b2bd200c8759bdfb8ecd04e25c4eb78ad0c880ba8d74cc8c57968bfc4d64512659ee9e7ecb0
EBUILD py-1.4.29.ebuild 1253 SHA256 1aded533812874f362bee0ded65a02fb7619efc8a856d17e4c64071c80ac524d SHA512 966bed8374b0c42baef571c9a91afcdb33775d69532bd2622f6da4bc45e7a6ae9864f509f1396f05b9d5ce14847b1161716163de9bb5f59669b648851f81d7e7 WHIRLPOOL 344e78876bad224790b42cf99c3868a9292a657d2d532bd80f3f8b2bd200c8759bdfb8ecd04e25c4eb78ad0c880ba8d74cc8c57968bfc4d64512659ee9e7ecb0
EBUILD py-1.4.30.ebuild 1284 SHA256 aefe7b3e19fda4afb2e08f46ab5cb818944cf1006017925c1f38c2e3b278b086 SHA512 81bc63b990d29f09073c3e51a3a36bfe17cae1a46fe2f5035c237e8402e9a10fe58f5d15295f855e9c129d29b050d9b9b0d3f0011f18806292b7192f67852667 WHIRLPOOL ea711bea6680f28b364c33a5d945228a6d14fcc5c5892d53e7e062acbc48ad1f6f221bcd5f09e903d357ed12bcf353e4b867af7665e93ae9e6de5f7099250fc6
MISC ChangeLog 21544 SHA256 8d03bc7928346770b61f29d5473015025fed033d98724418a1131839b2226f36 SHA512 7fe040aafe306481d34746a07893f733e48f915ae9916980d3115413604c720793dfd82d1a03d95b3875b7938b5c70ab4fa773457e63654966e96d93d942cb88 WHIRLPOOL 6964d80925c89f7baa6c71ebc65ab0ef8b9aacc504252e184b3650d3f9311e6ce550da3b660ef02b6e4038f928564242effe010630b28e2cf4db763677282ebd
MISC metadata.xml 230 SHA256 f7018acd07df2a66069183b5dae86136e9b677816edcce996bc283922994bb1a SHA512 329bbd667dce283a2ad57842adf0a9bd123b71b54dacdc4f5589b9185bbd178d7c5501864b9a442c7e20cdf0ef9adf96eb556555615efddc269fe18fddd9a04a WHIRLPOOL f657d2c9f3f18b49d159e71847a5d1dc57117d96afb7246f91af3764500f29667962d256b75a7caf239e3e19ce80cde478e91c66bd13ce57fefd595f9d2aabdf

View File

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>python</herd>
<upstream>
<remote-id type="pypi">py</remote-id>
</upstream>
</pkgmetadata>

View File

@ -1,38 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
inherit distutils-r1
DESCRIPTION="library with cross-python path, ini-parsing, io, code, log facilities"
HOMEPAGE="http://pylib.readthedocs.org/ https://pypi.python.org/pypi/py"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="doc test"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? ( >=dev-python/pytest-2.4.2[${PYTHON_USEDEP}] )"
RDEPEND=""
python_prepare_all() {
sed -e 's:intersphinx_mapping:_&:' -i doc/conf.py || die
distutils-r1_python_prepare_all
}
python_compile_all() {
use doc && emake -C doc html
}
python_test() {
py.test || die "testing failed with ${EPYTHON}"
}
python_install_all() {
use doc && local HTML_DOCS=( doc/_build/html/. )
distutils-r1_python_install_all
}

View File

@ -1,39 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
inherit distutils-r1
DESCRIPTION="library with cross-python path, ini-parsing, io, code, log facilities"
HOMEPAGE="http://pylib.readthedocs.org/ https://pypi.python.org/pypi/py"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="doc test"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? ( >=dev-python/pytest-2.4.2[${PYTHON_USEDEP}] )
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
RDEPEND=""
python_prepare_all() {
sed -e 's:intersphinx_mapping:#&:' -i doc/conf.py || die
distutils-r1_python_prepare_all
}
python_compile_all() {
use doc && emake -C doc html
}
python_test() {
py.test || die "testing failed with ${EPYTHON}"
}
python_install_all() {
use doc && local HTML_DOCS=( doc/_build/html/. )
distutils-r1_python_install_all
}

View File

@ -1,44 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 )
inherit distutils-r1
DESCRIPTION="library with cross-python path, ini-parsing, io, code, log facilities"
HOMEPAGE="http://pylib.readthedocs.org/ https://pypi.python.org/pypi/py"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="doc test"
RDEPEND=""
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( >=dev-python/pytest-2.4.2[${PYTHON_USEDEP}] )
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
python_prepare_all() {
sed -e 's:intersphinx_mapping:#&:' -i doc/conf.py || die
distutils-r1_python_prepare_all
}
python_compile_all() {
use doc && emake -C doc html
}
python_test() {
# 1 failure, test_comments, under both pypy only.
# Also appears the home repo has no issue tracker.
py.test || die "testing failed with ${EPYTHON}"
}
python_install_all() {
use doc && local HTML_DOCS=( doc/_build/html/. )
distutils-r1_python_install_all
}

View File

@ -1,44 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 )
inherit distutils-r1
DESCRIPTION="library with cross-python path, ini-parsing, io, code, log facilities"
HOMEPAGE="http://pylib.readthedocs.org/ https://pypi.python.org/pypi/py"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="doc test"
RDEPEND=""
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( >=dev-python/pytest-2.4.2[${PYTHON_USEDEP}] )
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
python_prepare_all() {
sed -e 's:intersphinx_mapping:#&:' -i doc/conf.py || die
distutils-r1_python_prepare_all
}
python_compile_all() {
use doc && emake -C doc html
}
python_test() {
# 1 failure, test_comments, under both pypy only.
# Also appears the home repo has no issue tracker.
py.test || die "testing failed with ${EPYTHON}"
}
python_install_all() {
use doc && local HTML_DOCS=( doc/_build/html/. )
distutils-r1_python_install_all
}

View File

@ -1,44 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 )
inherit distutils-r1
DESCRIPTION="library with cross-python path, ini-parsing, io, code, log facilities"
HOMEPAGE="http://pylib.readthedocs.org/ https://pypi.python.org/pypi/py"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="doc test"
RDEPEND=""
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( >=dev-python/pytest-2.4.2[${PYTHON_USEDEP}] )
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
python_prepare_all() {
sed -e 's:intersphinx_mapping:#&:' -i doc/conf.py || die
distutils-r1_python_prepare_all
}
python_compile_all() {
use doc && emake -C doc html
}
python_test() {
# 1 failure, test_comments, under both pypy only.
# Also appears the home repo has no issue tracker.
py.test || die "testing failed with ${EPYTHON}"
}
python_install_all() {
use doc && local HTML_DOCS=( doc/_build/html/. )
distutils-r1_python_install_all
}

View File

@ -1,45 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
inherit distutils-r1
DESCRIPTION="library with cross-python path, ini-parsing, io, code, log facilities"
HOMEPAGE="http://pylib.readthedocs.org/ https://pypi.python.org/pypi/py"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="doc test"
RDEPEND=""
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( >=dev-python/pytest-2.4.2[${PYTHON_USEDEP}] )
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
python_prepare_all() {
sed -e 's:intersphinx_mapping:#&:' -i doc/conf.py || die
distutils-r1_python_prepare_all
}
python_compile_all() {
use doc && emake -C doc html
}
python_test() {
# 1 failure, test_comments, under both pypy only.
# Also appears the home repo has no issue tracker.
[[ "${EPYTHON}" == pypy ]] && return
py.test || die "testing failed with ${EPYTHON}"
}
python_install_all() {
use doc && local HTML_DOCS=( doc/_build/html/. )
distutils-r1_python_install_all
}

View File

@ -1,3 +0,0 @@
DIST pyserial-2.7.tar.gz 122081 SHA256 3542ec0838793e61d6224e27ff05e8ce4ba5a5c5cc4ec5c6a3e8d49247985477 SHA512 3fc8d9425a47ebcd37db1fcc58182854b48c9abd6642f35fba2d21458d864ae448105d704dc0d880832ba7516fa16f108f24363bd5fa9f083ea79a4ac614339b WHIRLPOOL ae6b4df86220617f7fbc1f1e4085a7e85dca645a6d84339163b40fc7a15f14b879ef7a729d3d23d0300f9ee04b21d6c24d13a791d520aef3f3ad141c6acd9b68
DIST pyserial-3.2.1.tar.gz 147338 SHA256 1eecfe4022240f2eab5af8d414f0504e072ee68377ba63d3b6fe6e66c26f66d1 SHA512 8d3e580cc7781fc6549ab6e408642f4321eb90aafbe593f5dcf953001730f89ee32ce6592728764027a7944bfe4a0ebe2cfac1fce071777aac7c4f27ac94ab7f WHIRLPOOL 529c4eb12adf88579d528d3bd9dfec6fd7b43890217392677b7c8428f7ca7b3fe5dded863c4690c9eaa5ea37a2cdb56744e328a47a4b89d5440becceb983ecb8
DIST pyserial-3.3.tar.gz 149032 SHA256 2949cddffc2b05683065a3cd2345114b1a49b08df8cb843d69ba99dc3e19edc2 SHA512 57a0bcd0684530e1d60022804dd75acd5d9a9a358c92d967076884b2419bcfefae71e949f7aba1737023f6b089c993e98dd7cf6860e9402ed7e0b698953b3ac8 WHIRLPOOL 41174cb26532f563950aa1510d5fe2ab60def9141744ffad5d063f2a0e9cd7e0fdaf68db6c72ec47b2eb8fd37aa064286c27a90288ae1482e1f336574e9a1b1a

View File

@ -1,13 +0,0 @@
diff -ur pyserial-2.7.orig/documentation/conf.py pyserial-2.7/documentation/conf.py
--- a/documentation/conf.py 2013-10-18 00:29:53.000000000 +0800
+++ b/documentation/conf.py 2014-03-28 12:41:08.848807687 +0800
@@ -192,9 +192,3 @@
# If false, no module index is generated.
#latex_use_modindex = True
-
-# for external links to standard library
-intersphinx_mapping = {
- #~ 'python': ('http://docs.python.org', None),
- 'py': ('http://docs.python.org', None),
- }

View File

@ -1,13 +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">pyserial</remote-id>
<remote-id type="sourceforge">pyserial</remote-id>
<remote-id type="github">pyserial/pyserial</remote-id>
</upstream>
</pkgmetadata>

View File

@ -1,34 +0,0 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
inherit distutils-r1
DESCRIPTION="Python Serial Port Extension"
HOMEPAGE="http://pyserial.sourceforge.net/ https://sourceforge.net/projects/pyserial/ https://pypi.python.org/pypi/pyserial"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="PSF-2"
SLOT="0"
KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd"
IUSE="doc examples"
DEPEND="
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
# Usual avoid d'loading un-needed objects.inv file
PATCHES=( "${FILESDIR}"/mapping.patch )
DOCS=( CHANGES.txt README.txt )
python_compile_all() {
use doc && emake -C documentation html
}
python_install_all() {
use doc && local HTML_DOCS=( documentation/_build/html/. )
use examples && local EXAMPLES=( examples/. )
distutils-r1_python_install_all
}

View File

@ -1,44 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
inherit distutils-r1
DESCRIPTION="Python Serial Port extension"
HOMEPAGE="https://github.com/pyserial/pyserial https://pypi.python.org/pypi/pyserial"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="PSF-2"
SLOT="0"
KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd"
IUSE="doc examples"
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
"
# Usual avoid d'loading un-needed objects.inv file
PATCHES=( "${FILESDIR}"/mapping.patch )
DOCS=( CHANGES.rst README.rst )
python_compile_all() {
use doc && emake -C documentation html
}
python_test() {
${EPYTHON} test/run_all_tests.py || die "Testing failed with ${EPYTHON}"
}
python_install_all() {
use doc && local HTML_DOCS=( documentation/_build/html/. )
distutils-r1_python_install_all
if use examples; then
insinto /usr/share/doc/${PF}
doins -r examples
docompress -x /usr/share/doc/${PF}/examples
fi
}

View File

@ -1,44 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
inherit distutils-r1
DESCRIPTION="Python Serial Port extension"
HOMEPAGE="https://github.com/pyserial/pyserial https://pypi.python.org/pypi/pyserial"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="PSF-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE="doc examples"
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
"
# Usual avoid d'loading un-needed objects.inv file
PATCHES=( "${FILESDIR}"/mapping.patch )
DOCS=( CHANGES.rst README.rst )
python_compile_all() {
use doc && emake -C documentation html
}
python_test() {
${EPYTHON} test/run_all_tests.py || die "Testing failed with ${EPYTHON}"
}
python_install_all() {
use doc && local HTML_DOCS=( documentation/_build/html/. )
distutils-r1_python_install_all
if use examples; then
insinto /usr/share/doc/${PF}
doins -r examples
docompress -x /usr/share/doc/${PF}/examples
fi
}

View File

@ -1,461 +0,0 @@
# ChangeLog for dev-python/pytest
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.123 2015/07/29 06:52:29 jlec Exp $
29 Jul 2015; Justin Lecher <jlec@gentoo.org>
-files/pytest-2.3.4-unicode.patch, -files/pytest-2.4.2-pexpect-3.0.patch,
-pytest-2.6.3.ebuild, -pytest-2.7.0-r1.ebuild:
Drop old
17 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> pytest-2.7.1.ebuild:
amd64/hppa/ia64/ppc64/ppc/sparc/x86 stable wrt bug #553824
17 Jul 2015; Tobias Klausmann <klausman@gentoo.org> pytest-2.7.1.ebuild:
Stable on alpha, bug 553824
03 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> pytest-2.7.1.ebuild:
arm stable wrt bug #553824
03 Jul 2015; Ian Delaney <idella4@gentoo.org> -pytest-2.3.4.ebuild,
-pytest-2.6.1.ebuild, -pytest-2.6.4.ebuild:
drop some old
*pytest-2.7.2 (26 Jun 2015)
26 Jun 2015; Tim Harder <radhermit@gentoo.org> +pytest-2.7.2.ebuild:
Version bump.
*pytest-2.7.1 (26 May 2015)
26 May 2015; Patrick Lauer <patrick@gentoo.org> +pytest-2.7.1.ebuild:
Bump
08 Apr 2015; Michał Górny <mgorny@gentoo.org> pytest-2.3.4.ebuild,
pytest-2.6.1.ebuild, pytest-2.6.3.ebuild:
Drop old Python implementations
*pytest-2.7.0-r1 (05 Apr 2015)
05 Apr 2015; Ian Delaney <idella4@gentoo.org> +pytest-2.7.0-r1.ebuild,
-pytest-2.3.5.ebuild, -pytest-2.4.2.ebuild, -pytest-2.5.2.ebuild,
-pytest-2.7.0.ebuild:
revbump; drop un-needed dep, update test phase to match its current state, rm
2.7.0 and old
*pytest-2.7.0 (05 Apr 2015)
05 Apr 2015; Patrick Lauer <patrick@gentoo.org> +pytest-2.7.0.ebuild:
Bump
03 Apr 2015; Mike Frysinger <vapier@gentoo.org> pytest-2.6.3.ebuild:
Mark s390/sh stable.
03 Apr 2015; Mike Frysinger <vapier@gentoo.org> pytest-2.6.3.ebuild,
pytest-2.6.4.ebuild:
Add arm64/m68k love.
01 Dec 2014; Agostino Sarubbo <ago@gentoo.org> pytest-2.6.3.ebuild:
Stable for sparc, wrt bug #524416
19 Nov 2014; Ian Delaney <idella4@gentoo.org> pytest-2.6.1.ebuild,
pytest-2.6.4.ebuild:
Add pypy3 support, dep for doc build
11 Nov 2014; Agostino Sarubbo <ago@gentoo.org> pytest-2.6.3.ebuild:
Stable for ia64, wrt bug #524416
10 Nov 2014; Agostino Sarubbo <ago@gentoo.org> pytest-2.4.2.ebuild:
Stable for ppc64, wrt bug #506042
10 Nov 2014; Agostino Sarubbo <ago@gentoo.org> pytest-2.4.2.ebuild:
Stable for ppc, wrt bug #506042
02 Nov 2014; Agostino Sarubbo <ago@gentoo.org> pytest-2.6.3.ebuild:
Stable for alpha, wrt bug #524416
31 Oct 2014; Agostino Sarubbo <ago@gentoo.org> pytest-2.6.3.ebuild:
Stable for ppc64, wrt bug #524416
*pytest-2.6.4 (25 Oct 2014)
25 Oct 2014; Tim Harder <radhermit@gentoo.org> +pytest-2.6.4.ebuild:
Version bump, drop python3_2 support.
18 Oct 2014; Agostino Sarubbo <ago@gentoo.org> pytest-2.6.3.ebuild:
Stable for x86, wrt bug #524416
18 Oct 2014; Agostino Sarubbo <ago@gentoo.org> pytest-2.6.3.ebuild:
Stable for ppc, wrt bug #524416
16 Oct 2014; Markus Meier <maekke@gentoo.org> pytest-2.6.3.ebuild:
arm stable, bug #524416
09 Oct 2014; Agostino Sarubbo <ago@gentoo.org> pytest-2.6.3.ebuild:
Stable for amd64, wrt bug #524416
04 Oct 2014; Jeroen Roovers <jer@gentoo.org> pytest-2.6.3.ebuild:
Stable for HPPA (bug #524416).
*pytest-2.6.3 (27 Sep 2014)
27 Sep 2014; Tim Harder <radhermit@gentoo.org> +pytest-2.6.3.ebuild:
Version bump.
*pytest-2.6.1 (14 Aug 2014)
14 Aug 2014; Ian Delaney <idella4@gentoo.org> +pytest-2.6.1.ebuild:
bump; drop py2.6 pypy2_0
07 Aug 2014; Jeroen Roovers <jer@gentoo.org> pytest-2.4.2.ebuild:
Stable for HPPA (bug #506042).
02 Aug 2014; Agostino Sarubbo <ago@gentoo.org> pytest-2.4.2.ebuild:
Stable for x86, wrt bug #506042
02 Aug 2014; Agostino Sarubbo <ago@gentoo.org> pytest-2.4.2.ebuild:
Stable for amd64, wrt bug #506042
24 Jul 2014; Markus Meier <maekke@gentoo.org> pytest-2.4.2.ebuild:
arm stable, bug #506042
19 Jul 2014; Tobias Klausmann <klausman@gentoo.org> pytest-2.4.2.ebuild:
Stable on alpha, bug #506042
19 Jul 2014; Mike Gilbert <floppym@gentoo.org> pytest-2.4.2.ebuild,
pytest-2.5.2.ebuild:
Use python_gen_cond_dep.
06 Jul 2014; Michał Górny <mgorny@gentoo.org> pytest-2.4.2.ebuild,
pytest-2.5.2.ebuild:
Clean up obsolete dependencies on virtual/python-argparse and virtual/python-
unittest2 (those packages were only required for <=python-2.6).
02 Apr 2014; Tim Harder <radhermit@gentoo.org> pytest-2.5.2.ebuild:
Add python3_4 support.
31 Mar 2014; Michał Górny <mgorny@gentoo.org> pytest-2.3.4.ebuild,
pytest-2.3.5.ebuild, pytest-2.4.2.ebuild, pytest-2.5.2.ebuild:
Add support for the new PyPy slotting.
28 Mar 2014; Ian Delaney <idella4@gentoo.org> pytest-2.3.4.ebuild,
pytest-2.3.5.ebuild, pytest-2.4.2.ebuild, pytest-2.5.2.ebuild:
Add dep sphinx for doc build, fixes Bug #493480
*pytest-2.5.2 (01 Feb 2014)
01 Feb 2014; Tim Harder <radhermit@gentoo.org> +pytest-2.5.2.ebuild:
Version bump.
09 Dec 2013; Mike Gilbert <floppym@gentoo.org> pytest-2.4.2.ebuild:
Restore pexpect dep, but exclude pypy.
09 Dec 2013; Mike Gilbert <floppym@gentoo.org> pytest-2.4.2.ebuild:
Drop dep on pexpect and restore pypy support.
07 Dec 2013; Patrick Lauer <patrick@gentoo.org> pytest-2.4.2.ebuild:
Adapt to changes in pexpect: drop pypy2_0 support, #491404
30 Nov 2013; Mike Gilbert <floppym@gentoo.org>
+files/pytest-2.4.2-pexpect-3.0.patch, pytest-2.4.2.ebuild:
Fix pexpect-3.0 problems in tests.
17 Nov 2013; Matthew Thode <prometheanfire@gentoo.org> pytest-2.4.2.ebuild:
added pytest-2.4.2 with restricted tests due to upstream bug
16 Nov 2013; Mike Gilbert <floppym@gentoo.org> pytest-2.4.2.ebuild:
Ignore silly test_simple.yml file when running tests. Thanks to idella4 for
testing.
*pytest-2.4.2 (14 Nov 2013)
14 Nov 2013; Matthew Thode <prometheanfire@gentoo.org> +pytest-2.4.2.ebuild:
pytest bump
22 Oct 2013; Fabian Groffen <grobian@gentoo.org> pytest-2.3.5.ebuild:
Marked ~x64-macos, bug #487670
14 Sep 2013; Mike Gilbert <floppym@gentoo.org> pytest-2.3.5.ebuild:
Call distutils-r1_python_install_all.
05 Sep 2013; Michał Górny <mgorny@gentoo.org> pytest-2.3.4.ebuild,
pytest-2.3.5.ebuild:
Clean up PYTHON_COMPAT from old implementations.
18 Aug 2013; Agostino Sarubbo <ago@gentoo.org> pytest-2.3.5.ebuild:
Stable for x86, wrt bug #478344
07 Aug 2013; Michał Górny <mgorny@gentoo.org> pytest-2.3.4.ebuild,
pytest-2.3.5.ebuild:
Drop removed Python implementations from PYTHON_COMPAT.
06 Aug 2013; Agostino Sarubbo <ago@gentoo.org> pytest-2.3.5.ebuild:
Stable for s390, wrt bug #478344
04 Aug 2013; Agostino Sarubbo <ago@gentoo.org> pytest-2.3.5.ebuild:
Stable for ppc64, wrt bug #478344
04 Aug 2013; Agostino Sarubbo <ago@gentoo.org> pytest-2.3.5.ebuild:
Stable for ia64, wrt bug #478344
03 Aug 2013; Agostino Sarubbo <ago@gentoo.org> pytest-2.3.5.ebuild:
Stable for sparc, wrt bug #478344
30 Jul 2013; Agostino Sarubbo <ago@gentoo.org> pytest-2.3.5.ebuild:
Stable for alpha, wrt bug #478344
28 Jul 2013; Agostino Sarubbo <ago@gentoo.org> pytest-2.3.5.ebuild:
Stable for arm, wrt bug #478344
28 Jul 2013; Agostino Sarubbo <ago@gentoo.org> pytest-2.3.5.ebuild:
Stable for ppc, wrt bug #478344
27 Jul 2013; Jeroen Roovers <jer@gentoo.org> pytest-2.3.5.ebuild:
Stable for HPPA (bug #478344).
27 Jul 2013; Agostino Sarubbo <ago@gentoo.org> pytest-2.3.5.ebuild:
Stable for amd64, wrt bug #478344
12 May 2013; Mike Frysinger <vapier@gentoo.org> pytest-2.3.5.ebuild:
Add missing ~s390 #469242.
*pytest-2.3.5 (10 May 2013)
10 May 2013; Patrick Lauer <patrick@gentoo.org> +pytest-2.3.5.ebuild,
-pytest-2.0.2.ebuild, -pytest-2.0.3.ebuild, -pytest-2.1.1.ebuild,
-pytest-2.2.3.ebuild, -pytest-2.2.4.ebuild, -pytest-2.3.2-r1.ebuild,
-pytest-2.3.3-r1.ebuild, -pytest-2.3.3.ebuild:
Bump, remove old, drop s390 keywords until py catches up
10 Apr 2013; Agostino Sarubbo <ago@gentoo.org> pytest-2.3.4.ebuild:
Stable for s390, wrt bug #458992
04 Apr 2013; Mike Gilbert <floppym@gentoo.org> -pytest-2.3.4-r1.ebuild:
Drop unnecessary revbump.
04 Apr 2013; Mike Gilbert <floppym@gentoo.org>
files/pytest-2.3.4-unicode.patch, pytest-2.3.4-r1.ebuild:
Fix python3.2 SyntaxError introduced by 'unicode' patch. Bug 462552.
*pytest-2.3.4-r1 (04 Apr 2013)
04 Apr 2013; Patrick Lauer <patrick@gentoo.org> +pytest-2.3.4-r1.ebuild,
pytest-2.3.4.ebuild:
Restore stable keywords
04 Apr 2013; Ian Delaney <idella4@gentoo.org> pytest-2.3.4.ebuild:
Test suite fixed for py3, fixes Bug #462552, by patrick
02 Apr 2013; Agostino Sarubbo <ago@gentoo.org> pytest-2.3.4.ebuild:
Stable for hppa, wrt bug #462180
02 Apr 2013; Agostino Sarubbo <ago@gentoo.org> pytest-2.3.4.ebuild:
Stable for sh, wrt bug #462180
31 Mar 2013; Agostino Sarubbo <ago@gentoo.org> pytest-2.3.4.ebuild:
Stable for sparc, wrt bug #462180
30 Mar 2013; Agostino Sarubbo <ago@gentoo.org> pytest-2.3.4.ebuild:
Stable for alpha, wrt bug #462180
28 Mar 2013; Agostino Sarubbo <ago@gentoo.org> pytest-2.3.4.ebuild:
Stable for ia64, wrt bug #462180
26 Mar 2013; Agostino Sarubbo <ago@gentoo.org> pytest-2.3.4.ebuild:
Stable for ppc64, wrt bug #462180
26 Mar 2013; Agostino Sarubbo <ago@gentoo.org> pytest-2.3.4.ebuild:
Stable for ppc, wrt bug #462180
24 Mar 2013; Markus Meier <maekke@gentoo.org> pytest-2.3.4.ebuild:
arm stable, bug #462180
23 Mar 2013; Agostino Sarubbo <ago@gentoo.org> pytest-2.3.4.ebuild:
Stable for x86, wrt bug #462180
23 Mar 2013; Agostino Sarubbo <ago@gentoo.org> pytest-2.3.4.ebuild:
Stable for amd64, wrt bug #462180
26 Feb 2013; Ian Delaney <idella4@gentoo.org>
files/pytest-2.3.4-unicode.patch, pytest-2.3.4.ebuild:
unicode.patch adjusted consequent to upstream's partial update to tox.ini,
IUSE test added, fixes Bug #458418
14 Feb 2013; Ian Delaney <idella4@gentoo.org>
+files/pytest-2.3.4-unicode.patch, pytest-2.3.4.ebuild:
Upstream fix to unicode issue, -unicode.patch, for removal next release, fixes
Bug #452580
02 Jan 2013; Mike Gilbert <floppym@gentoo.org> pytest-2.3.4.ebuild:
Add pypy2_0.
*pytest-2.3.4 (23 Dec 2012)
23 Dec 2012; Tim Harder <radhermit@gentoo.org> +pytest-2.3.4.ebuild:
Version bump.
17 Dec 2012; Michał Górny <mgorny@gentoo.org> pytest-2.3.3-r1.ebuild:
Bump to EAPI=5 to make Paludis happy, bug #447524.
*pytest-2.3.3-r1 (07 Dec 2012)
07 Dec 2012; Michał Górny <mgorny@gentoo.org> +pytest-2.3.3-r1.ebuild:
Migrate to distutils-r1.
23 Nov 2012; Mike Gilbert <floppym@gentoo.org> -pytest-2.3.2.ebuild,
pytest-2.3.2-r1.ebuild, pytest-2.3.3.ebuild:
Update dependency on dev-python/py and add a safety check. Thanks to Arfrever
for pointing out the problem.
*pytest-2.3.3 (11 Nov 2012)
11 Nov 2012; Tim Harder <radhermit@gentoo.org> +pytest-2.3.3.ebuild:
Version bump.
*pytest-2.3.2-r1 (07 Nov 2012)
07 Nov 2012; Ian Delaney <idella4@gentoo.org> +pytest-2.3.2-r1.ebuild,
pytest-2.3.2.ebuild:
rev bump, doc flag added, building of docs added, minor update to test phase
*pytest-2.3.2 (30 Oct 2012)
30 Oct 2012; Patrick Lauer <patrick@gentoo.org> +pytest-2.3.2.ebuild:
Bump
*pytest-2.2.4 (28 Jun 2012)
28 Jun 2012; Patrick Lauer <patrick@gentoo.org> +pytest-2.2.4.ebuild:
Bump
12 May 2012; Alexis Ballier <aballier@gentoo.org> pytest-2.2.3.ebuild:
keyword ~amd64-fbsd
*pytest-2.2.3 (15 Feb 2012)
15 Feb 2012; Dirkjan Ochtman <djc@gentoo.org> +pytest-2.2.3.ebuild:
Version bump to 2.2.3.
06 Oct 2011; Jeroen Roovers <jer@gentoo.org> pytest-2.0.3.ebuild:
Stable for HPPA (bug #373363).
*pytest-2.1.1 (11 Sep 2011)
11 Sep 2011; Mike Gilbert <floppym@gentoo.org> +pytest-2.1.1.ebuild:
Version bump. Clean out pyc files; bug 380275. Thanks to David Leverton for
the suggestion.
24 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> pytest-2.0.3.ebuild:
ppc/ppc64 stable wrt #373363
23 Jul 2011; Raúl Porcel <armin76@gentoo.org> pytest-2.0.3.ebuild:
alpha/ia64/sh/sparc stable wrt #373363
15 Jul 2011; Markus Meier <maekke@gentoo.org> pytest-2.0.3.ebuild:
x86 stable, bug #373363
12 Jul 2011; Markus Meier <maekke@gentoo.org> pytest-2.0.3.ebuild:
arm stable, bug #373363
07 Jul 2011; Markos Chandras <hwoarang@gentoo.org>
-files/pytest-2.0.0-nose-1.0+python-3.patch:
Remove unneeded files. Requested by Arfrever
03 Jul 2011; Markos Chandras <hwoarang@gentoo.org> pytest-2.0.3.ebuild:
Stable on amd64 wrt bug #373363
01 Jul 2011; Markos Chandras <hwoarang@gentoo.org> -pytest-2.0.0.ebuild,
-pytest-2.0.1.ebuild:
Remove old ebuilds. Requested by Arfrever
27 Jun 2011; Brent Baude <ranger@gentoo.org> pytest-2.0.2.ebuild:
Marking pytest-2.0.2 ppc for bug 372595
29 Apr 2011; Samuli Suominen <ssuominen@gentoo.org> pytest-2.0.2.ebuild:
ppc64 stable wrt #362773
23 Apr 2011; Raúl Porcel <armin76@gentoo.org> pytest-2.0.2.ebuild:
alpha/arm/ia64/sh/sparc stable wrt #362773
*pytest-2.0.3 (18 Apr 2011)
18 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+pytest-2.0.3.ebuild:
Version bump.
18 Apr 2011; Thomas Kahle <tomka@gentoo.org> pytest-2.0.2.ebuild:
x86 stable per bug 362773
15 Apr 2011; Christoph Mende <angelos@gentoo.org> pytest-2.0.2.ebuild:
Stable on amd64 wrt bug #362773
12 Apr 2011; Jeroen Roovers <jer@gentoo.org> pytest-2.0.2.ebuild:
Stable for HPPA (bug #362773).
31 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> pytest-2.0.1.ebuild:
ppc64 stable wrt #358137
30 Mar 2011; Jeroen Roovers <jer@gentoo.org> pytest-2.0.1.ebuild:
Stable for HPPA (bug #358137).
27 Mar 2011; Brent Baude <ranger@gentoo.org> pytest-2.0.1.ebuild:
Marking pytest-2.0.1 ppc for bug 358137
27 Mar 2011; Tobias Klausmann <klausman@gentoo.org> pytest-2.0.1.ebuild:
Stable on alpha, bug #358137
21 Mar 2011; Markus Meier <maekke@gentoo.org> pytest-2.0.1.ebuild:
arm stable, bug #358137
13 Mar 2011; Markos Chandras <hwoarang@gentoo.org> pytest-2.0.1.ebuild:
Stable on amd64 wrt bug #358137
*pytest-2.0.2 (09 Mar 2011)
09 Mar 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+pytest-2.0.2.ebuild:
Version bump.
*pytest-2.0.1 (09 Feb 2011)
09 Feb 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+pytest-2.0.1.ebuild:
Version bump.
30 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
-pytest-1.3.ebuild:
Delete.
30 Jan 2011; Raúl Porcel <armin76@gentoo.org> pytest-2.0.0.ebuild:
alpha/arm/ia64/sh/sparc stable wrt #351493
29 Jan 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> pytest-2.0.0.ebuild:
x86 stable wrt bug #351493
25 Jan 2011; Jeroen Roovers <jer@gentoo.org> pytest-2.0.0.ebuild:
Stable for HPPA (bug #351493).
20 Jan 2011; Markos Chandras <hwoarang@gentoo.org> pytest-2.0.0.ebuild:
Stable on amd64 wrt bug #351493
18 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org> pytest-2.0.0.ebuild:
ppc64 stable wrt #351493
17 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
pytest-2.0.0.ebuild, +files/pytest-2.0.0-nose-1.0+python-3.patch:
Fix test failures with nose 1.0 and Python 3.
14 Jan 2011; Brent Baude <ranger@gentoo.org> pytest-2.0.0.ebuild:
Marking pytest-2.0.0 ppc for bug 351493
*pytest-1.3 (13 Dec 2010)
13 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+pytest-1.3.ebuild:
Add wrapper 1.3 ebuild, which doesn't install anything and allows transition
from dev-python/py to dev-python/pytest.
*pytest-2.0.0 (13 Dec 2010)
13 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+pytest-2.0.0.ebuild, +metadata.xml:
Initial addition. Ebuild written by me.

View File

@ -1,12 +0,0 @@
DIST pytest-2.7.2.tar.gz 532836 SHA256 b30457f735420d0000d10a44bbd478cf03f8bf20e25bd77248f9bab40f4fd6a4 SHA512 5474a4fe58437a4971fb21b1b37dad3c08e18e5d154931ff23e597f881100a3515bf0cf71d06b143465594ad2a91a96f84f4836d84c39691143c8d88ca7a4360 WHIRLPOOL 6ab7371f952109ac476774222883e1381fe5ee6a54d967f2d90765f6c59c90634a16c42e8e2e1661169db6a9cb1327242ff2281cf1caeabd86a4dacd24f4bb06
DIST pytest-2.7.3.tar.gz 548235 SHA256 d5a9c3db3515ab95902ba08c09d1e941a21a440dc2d65f31bac02667508a9efc SHA512 ad9b57f202c60c247dd4753fb8391e3e88b390e34de678ea12384d81d76693dd37e04f11f6da19a6eda2c74a73db23789856ccaa325d32b4beb6bff86d9e4173 WHIRLPOOL 4aecd53142e503083abe2631bf403509c515d52176c430b7ab1e0becdf404e0fce4bad4343a4ab62525a6e008de0c35b4fac4a352d06938288dbf8deb8a4a250
DIST pytest-2.8.0.zip 8189680 SHA256 29ed6fdb7b287f5353620494e950aba652c593c40556aece95a4d23d403ae2cb SHA512 98f7131c3396848ef7dbcf67e21e0329f8a3b771b3f8b832c1894758b34a2f852209f809001da856cfe8ea3773b257405ae2d5f8a04152242b8692e1511289ed WHIRLPOOL 3fd7f6ec73f11f29fd9b67bbb0c28dd73605604053160111212bd43d2c85c0b6cec5a25a979fecabb83a097c5621d5460747df5cb08796866349b7ba71b12005
DIST pytest-2.8.1.tar.gz 580991 SHA256 2b58662d356ee953bc40f7a73857d05f0bd07f0a8507c929de3006dd6b14c918 SHA512 b73237810b69ecd504c2bdeeee51af62d7ed23091b7bcc74cd1fcc8683dc582cadfd68b9eaed3259165bac6ddca5fb960b8dc295e82cfb9120f4b732d07843fe WHIRLPOOL 16b27620bd0edde16d28dc247352c0a1b6042ac79bcb7a76b67fc4917ef6a42462767343a5e86acfe6880ba0372a124fb11491e670abde6ffdb48e03963243db
DIST pytest-2.8.2.tar.gz 563955 SHA256 da2fc57320dd11f621d166634c52b989aa2291af1296c32a27a11777aa4128b9 SHA512 0df6e0421d1575e1efc0bb0550c5993f802777cb616ab1514bf12ed11eb5ec35a142dd837ff65659989268c36e441e18108369991cd3d458d357aac6ba433991 WHIRLPOOL ea917f4aaec444d6edc830b4ec66f7adb305031f11328e47d12a609ec92368a5c56e9cf8e24bd1a9a4a6a0746b43133f0d9821cf27d74c15ed2a83a705ee6030
EBUILD pytest-2.7.2.ebuild 1916 SHA256 daf57896beeefbafd1e4f91bd20518d4295845cd6d77c5bb487d7fdcbbf0c00e SHA512 d43f0df0cb1b2c9b0df2fa328649044d148023e491a7d7df2dd27d3219251b5e2d5e4d3d9b0e632530c843ff8832d47b3108f1b7bb13d0863408da033de17769 WHIRLPOOL bf85fd6f87314d41bd8ade58d140930e7dee38f1d06bad2190f037489baa047f0f95788339050b127d74e444a491648f01554258a0d84c4d9cc85a637083c5f3
EBUILD pytest-2.7.3.ebuild 1931 SHA256 6bf6e1fc02bc2f4ad98d04b9b7b3413b4f59e22642307e219f175f569bbe9338 SHA512 9a180dbd6418c0c26863d07016f0742f47d22bb05ececa16d20852f28ae15219c50cdaa5be1e1a88adb5d840aee397dad2c90cd5e5480ab1618962dcc979c863 WHIRLPOOL 9d628240406f90203c43de375d63b1415ad55724bc9676e0d5fe2c2f33677aa455eb009ef44e4f1fac7a306cd4dda6ed9549c3a8237a655b1c863ce2eb20ccbf
EBUILD pytest-2.8.0-r1.ebuild 2066 SHA256 40b7cd066949e15310a9e20725dded5057b2235c21b7af8bee02f82deaf2e6b8 SHA512 eb09a8f434933a5ea90ec8a74da2546208ec5de72206bc16399410406056319e2bbc6b4c3a26b3e51c2f026705051f45dc42b1bda7f5efc4616d23b6191f559a WHIRLPOOL 942b26e8ef24fa52dcb6f7238bc140fa4ff2b1cf3f7a59774cafebde32710e3ff5e9b00a3bd3140f7c0518dcd921031eadcfd56ed1f3d1432f83b2709184e364
EBUILD pytest-2.8.1.ebuild 2069 SHA256 56f04bfad2741f7aa1320fe27e7593fd34cf12e2f6d1e60b1c2870bb79f20639 SHA512 6f1e1344797df1ecfa6101d99fb8fcf6651e3470533f65b9ba3d19c5ecdfa28813b3bc97915e25636b3e424776ca4112d27ed288157af2736a8674ddbe9ef6b5 WHIRLPOOL 51ca78008f21184a67cfe55fb4acc641a0e2e86c81b61b13e08cdb3bb32bd7d715e3ccc1096cbdc280bb33db4c1fd4488fcbcfcefc6c19f855698f53a29519ba
EBUILD pytest-2.8.2.ebuild 2214 SHA256 fc29942110d98e1992d4a38896cb0a0b426feae0ee5f8d391de2c1e3387bedf5 SHA512 9480c5a577f04032dd11e322ce6d038acfcf039d3974c0ee643ed92fb636e86f7ac3d78d5516ac3f31a5d2375da78e35dfef30251cce00c1b9bf605e88e507fe WHIRLPOOL 41e1be87907bd39d9123e3a4df59fef9ce4d325d02ab7c8ce5d45332654405465fadab3e95babaf75c23d658254b821476e3ed61597461153d035bd72df4d5d4
MISC ChangeLog 15727 SHA256 8688ac25ad7926b19068286232de9d74fa6467f88f6c99582453f38a2ead5d1a SHA512 89b9562c4422f790f85ffe60be51514edc74f1026120e8f08f6a239d129320f5009cc12b71712e9f109739986d16edbafb907c65cb81f575789229103ee3a79f WHIRLPOOL b6ee4db981666b1152843a0ac5e5dd708a9848044fd5c7a0b1d38c27568e64d05151a307f77574beb4001f0523d3652ab7ee5c5a181fba48a7402f274ae4a045
MISC metadata.xml 229 SHA256 d84d28d5adf361bcc2b76c4b2c47920c5b06472add64c47c790522f180f93dce SHA512 9ad7198911f7c6318bcca718f8ab1d436ea14df3edefab5d5b20e36f9ab2c06f3d7d1d3a89ace9b6485b36a93bae88db28d443f51a375c8c2b8f4fe750657139 WHIRLPOOL 0aa5c9b1a9e5f07dfff7cd90a8ecb9ba54820d13261b822a8978492ff3a22369d27cafae2f772f76aac0f55f42e4b636b7c5190677eb6404be6002782ee79925

View File

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>python</herd>
<upstream>
<remote-id type="pypi">pytest</remote-id>
</upstream>
</pkgmetadata>

View File

@ -1,63 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
inherit distutils-r1
DESCRIPTION="Simple powerful testing with Python"
HOMEPAGE="http://pytest.org/ https://pypi.python.org/pypi/pytest"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="doc test"
# When bumping, please check setup.py for the proper py version
PY_VER="1.4.29"
RDEPEND=">=dev-python/py-${PY_VER}[${PYTHON_USEDEP}]"
#pexpect dep based on https://bitbucket.org/hpk42/pytest/issue/386/tests-fail-with-pexpect-30
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/pexpect[${PYTHON_USEDEP}] )
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
python_prepare_all() {
# Disable versioning of py.test script to avoid collision with
# versioning performed by the eclass.
sed -e "s/return points/return {'py.test': target}/" -i setup.py || die "sed failed"
grep -qF "py>=${PY_VER}" setup.py || die "Incorrect dev-python/py dependency"
# Prevent un-needed d'loading
sed -e "s/'sphinx.ext.intersphinx', //" -i doc/en/conf.py || die
distutils-r1_python_prepare_all
}
python_compile_all() {
if use doc; then
mkdir doc/en/.build || die
emake -C doc/en html
fi
}
python_test() {
# test_nose.py not written to suit py3.2 in pypy3
if [[ "${EPYTHON}" == pypy3 ]]; then
"${PYTHON}" "${BUILD_DIR}"/lib/pytest.py \
--ignore=testing/test_nose.py \
|| die "tests failed with ${EPYTHON}"
else
"${PYTHON}" "${BUILD_DIR}"/lib/pytest.py \
|| die "tests failed with ${EPYTHON}"
fi
}
python_install_all() {
use doc && dohtml -r doc/en/_build/html/
distutils-r1_python_install_all
}

View File

@ -1,63 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
inherit distutils-r1
DESCRIPTION="Simple powerful testing with Python"
HOMEPAGE="http://pytest.org/ https://pypi.python.org/pypi/pytest"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="doc test"
# When bumping, please check setup.py for the proper py version
PY_VER="1.4.29"
RDEPEND=">=dev-python/py-${PY_VER}[${PYTHON_USEDEP}]"
#pexpect dep based on https://bitbucket.org/hpk42/pytest/issue/386/tests-fail-with-pexpect-30
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/pexpect[${PYTHON_USEDEP}] )
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
python_prepare_all() {
# Disable versioning of py.test script to avoid collision with
# versioning performed by the eclass.
sed -e "s/return points/return {'py.test': target}/" -i setup.py || die "sed failed"
grep -qF "py>=${PY_VER}" setup.py || die "Incorrect dev-python/py dependency"
# Prevent un-needed d'loading
sed -e "s/'sphinx.ext.intersphinx', //" -i doc/en/conf.py || die
distutils-r1_python_prepare_all
}
python_compile_all() {
if use doc; then
mkdir doc/en/.build || die
emake -C doc/en html
fi
}
python_test() {
# test_nose.py not written to suit py3.2 in pypy3
if [[ "${EPYTHON}" == pypy3 ]]; then
"${PYTHON}" "${BUILD_DIR}"/lib/pytest.py \
--ignore=testing/test_nose.py \
|| die "tests failed with ${EPYTHON}"
else
"${PYTHON}" "${BUILD_DIR}"/lib/pytest.py \
|| die "tests failed with ${EPYTHON}"
fi
}
python_install_all() {
use doc && dohtml -r doc/en/_build/html/
distutils-r1_python_install_all
}

View File

@ -1,73 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
inherit distutils-r1
DESCRIPTION="simple powerful testing with Python"
HOMEPAGE="http://pytest.org/ https://pypi.python.org/pypi/pytest"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="doc test"
# When bumping, please check setup.py for the proper py version
PY_VER="1.4.29"
RDEPEND=">=dev-python/py-${PY_VER}[${PYTHON_USEDEP}]"
# dev-python/pluggy
# https://github.com/hpk42/pluggy
# See https://github.com/pytest-dev/pytest/issues/944
# for why not now
#pexpect dep based on https://bitbucket.org/hpk42/pytest/issue/386/tests-fail-with-pexpect-30
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/pexpect[${PYTHON_USEDEP}] )
doc? (
>=dev-python/sphinx-1.2.3[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
dev-python/regendoc[${PYTHON_USEDEP}]
)"
python_prepare_all() {
chmod o-w *egg*/* || die
# Disable versioning of py.test script to avoid collision with
# versioning performed by the eclass.
sed -e "s/return points/return {'py.test': target}/" -i setup.py || die "sed failed"
grep -qF "py>=${PY_VER}" setup.py || die "Incorrect dev-python/py dependency"
# Prevent un-needed d'loading
sed -e "s/'sphinx.ext.intersphinx', //" -i doc/en/conf.py || die
distutils-r1_python_prepare_all
}
python_compile_all() {
if use doc; then
mkdir doc/en/.build || die
emake -C doc/en html
fi
}
python_test() {
# test_nose.py not written to suit py3.2 in pypy3
if [[ "${EPYTHON}" == pypy3 ]]; then
"${PYTHON}" "${BUILD_DIR}"/lib/pytest.py -x -v \
--ignore=testing/BUILD_nose.py \
|| die "tests failed with ${EPYTHON}"
else
"${PYTHON}" "${BUILD_DIR}"/lib/pytest.py -x -v --runpytest=subprocess \
|| die "tests failed with ${EPYTHON}"
fi
}
python_install_all() {
use doc && HTML_DOCS=( doc/en/_build/html/. )
distutils-r1_python_install_all
}

View File

@ -1,73 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
inherit distutils-r1
DESCRIPTION="simple powerful testing with Python"
HOMEPAGE="http://pytest.org/ https://pypi.python.org/pypi/pytest"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="doc test"
# When bumping, please check setup.py for the proper py version
PY_VER="1.4.29"
RDEPEND=">=dev-python/py-${PY_VER}[${PYTHON_USEDEP}]"
# dev-python/pluggy
# https://github.com/hpk42/pluggy
# See https://github.com/pytest-dev/pytest/issues/944
# for why not now
#pexpect dep based on https://bitbucket.org/hpk42/pytest/issue/386/tests-fail-with-pexpect-30
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/pexpect[${PYTHON_USEDEP}] )
doc? (
>=dev-python/sphinx-1.2.3[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
dev-python/regendoc[${PYTHON_USEDEP}]
)"
python_prepare_all() {
chmod o-w *egg*/* || die
# Disable versioning of py.test script to avoid collision with
# versioning performed by the eclass.
sed -e "s/return points/return {'py.test': target}/" -i setup.py || die "sed failed"
grep -qF "py>=${PY_VER}" setup.py || die "Incorrect dev-python/py dependency"
# Prevent un-needed d'loading
sed -e "s/'sphinx.ext.intersphinx', //" -i doc/en/conf.py || die
distutils-r1_python_prepare_all
}
python_compile_all() {
if use doc; then
mkdir doc/en/.build || die
emake -C doc/en html
fi
}
python_test() {
# test_nose.py not written to suit py3.2 in pypy3
if [[ "${EPYTHON}" == pypy3 ]]; then
"${PYTHON}" "${BUILD_DIR}"/lib/pytest.py -x -v \
--ignore=testing/BUILD_nose.py \
|| die "tests failed with ${EPYTHON}"
else
"${PYTHON}" "${BUILD_DIR}"/lib/pytest.py -x -v --runpytest=subprocess \
|| die "tests failed with ${EPYTHON}"
fi
}
python_install_all() {
use doc && HTML_DOCS=( doc/en/_build/html/. )
distutils-r1_python_install_all
}

View File

@ -1,73 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
inherit distutils-r1
DESCRIPTION="simple powerful testing with Python"
HOMEPAGE="http://pytest.org/ https://pypi.python.org/pypi/pytest"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="doc test"
# When bumping, please check setup.py for the proper py version
PY_VER="1.4.29"
RDEPEND=">=dev-python/py-${PY_VER}[${PYTHON_USEDEP}]"
# dev-python/pluggy
# https://github.com/hpk42/pluggy
# See https://github.com/pytest-dev/pytest/issues/944
# for why not now
#pexpect dep based on https://bitbucket.org/hpk42/pytest/issue/386/tests-fail-with-pexpect-30
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/pexpect[${PYTHON_USEDEP}] )
doc? (
>=dev-python/sphinx-1.2.3[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
dev-python/regendoc[${PYTHON_USEDEP}]
)"
python_prepare_all() {
chmod o-w *egg*/* || die
# Disable versioning of py.test script to avoid collision with
# versioning performed by the eclass.
sed -e "s/return points/return {'py.test': target}/" -i setup.py || die "sed failed"
grep -qF "py>=${PY_VER}" setup.py || die "Incorrect dev-python/py dependency"
# Prevent un-needed d'loading
sed -e "s/'sphinx.ext.intersphinx', //" -i doc/en/conf.py || die
distutils-r1_python_prepare_all
}
python_compile_all() {
if use doc; then
mkdir doc/en/.build || die
emake -C doc/en html
fi
}
python_test() {
# test_nose.py not written to suit py3.2 in pypy3
if [[ "${EPYTHON}" == pypy3 ]]; then
"${PYTHON}" "${BUILD_DIR}"/lib/pytest.py -x -v \
--ignore=testing/BUILD_nose.py \
|| die "tests failed with ${EPYTHON}"
else
"${PYTHON}" "${BUILD_DIR}"/lib/pytest.py -x -v --runpytest=subprocess \
|| die "tests failed with ${EPYTHON}"
fi
}
python_install_all() {
use doc && HTML_DOCS=( doc/en/_build/html/. )
distutils-r1_python_install_all
}

View File

@ -1,214 +0,0 @@
# ChangeLog for dev-python/pyxattr
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxattr/ChangeLog,v 1.63 2014/11/25 11:01:23 pacho Exp $
25 Nov 2014; Pacho Ramos <pacho@gentoo.org> pyxattr-9999.ebuild:
Support python 3.4
*pyxattr-0.5.3 (03 Jun 2014)
03 Jun 2014; Ian Delaney <idella4@gentoo.org> +pyxattr-0.5.3.ebuild:
bump; drop py2.6 pypy2_0 add py3.4 support, add IUSE doc, dep, doc build
31 Mar 2014; Michał Górny <mgorny@gentoo.org> pyxattr-0.5.2.ebuild,
pyxattr-9999.ebuild:
Add support for the new PyPy slotting.
20 Jan 2014; Mike Gilbert <floppym@gentoo.org> -pyxattr-0.5.0-r1.ebuild,
-pyxattr-0.5.0.ebuild, -pyxattr-0.5.1.ebuild:
Remove old.
13 Oct 2013; Pacho Ramos <pacho@gentoo.org> pyxattr-0.5.2.ebuild:
Also compatible with python3_3
05 Sep 2013; Michał Górny <mgorny@gentoo.org> pyxattr-0.5.0-r1.ebuild,
pyxattr-0.5.1.ebuild, pyxattr-0.5.2.ebuild, pyxattr-9999.ebuild:
Clean up PYTHON_COMPAT from old implementations.
14 Apr 2013; Agostino Sarubbo <ago@gentoo.org> pyxattr-0.5.2.ebuild:
Stable for ppc64, wrt bug #458436
14 Apr 2013; Agostino Sarubbo <ago@gentoo.org> pyxattr-0.5.2.ebuild:
Stable for ppc, wrt bug #458436
14 Apr 2013; Agostino Sarubbo <ago@gentoo.org> pyxattr-0.5.2.ebuild:
Stable for sh, wrt bug #458436
13 Apr 2013; Agostino Sarubbo <ago@gentoo.org> pyxattr-0.5.2.ebuild:
Stable for s390, wrt bug #458436
13 Apr 2013; Agostino Sarubbo <ago@gentoo.org> pyxattr-0.5.2.ebuild:
Stable for sparc, wrt bug #458436
12 Apr 2013; Agostino Sarubbo <ago@gentoo.org> pyxattr-0.5.2.ebuild:
Stable for ia64, wrt bug #458436
12 Apr 2013; Agostino Sarubbo <ago@gentoo.org> pyxattr-0.5.2.ebuild:
Stable for arm, wrt bug #458436
12 Apr 2013; Agostino Sarubbo <ago@gentoo.org> pyxattr-0.5.2.ebuild:
Stable for alpha, wrt bug #458436
06 Apr 2013; Agostino Sarubbo <ago@gentoo.org> pyxattr-0.5.2.ebuild:
Stable for amd64, wrt bug #458436
05 Apr 2013; Agostino Sarubbo <ago@gentoo.org> pyxattr-0.5.2.ebuild:
Stable for x86, wrt bug #458436
22 Mar 2013; Jeroen Roovers <jer@gentoo.org> pyxattr-0.5.0.ebuild,
pyxattr-0.5.0-r1.ebuild, pyxattr-0.5.1.ebuild, pyxattr-0.5.2.ebuild:
Stable for HPPA (bug #458436).
22 Feb 2013; Zac Medico <zmedico@gentoo.org> pyxattr-0.5.2.ebuild,
pyxattr-9999.ebuild:
Add ~arm-linux keywords.
*pyxattr-0.5.2 (03 Jan 2013)
03 Jan 2013; Michał Górny <mgorny@gentoo.org> +pyxattr-0.5.2.ebuild:
Version bump.
*pyxattr-9999 (03 Jan 2013)
03 Jan 2013; Michał Górny <mgorny@gentoo.org> +pyxattr-9999.ebuild:
Introduce a live ebuild to make testing HEAD easier.
22 Dec 2012; Zac Medico <zmedico@gentoo.org> pyxattr-0.5.1.ebuild:
Add pypy{1_9,2_0} to PYTHON_COMPAT, since they appear to work.
22 Dec 2012; Mike Gilbert <floppym@gentoo.org>
+files/pyxattr-0.5.1-test-bytes.patch, pyxattr-0.5.1.ebuild:
Add patch to fix tests with pyyhon2.5.
21 Dec 2012; Mike Gilbert <floppym@gentoo.org> metadata.xml:
Add remote-id to metadata.
*pyxattr-0.5.1 (21 Dec 2012)
21 Dec 2012; Mike Gilbert <floppym@gentoo.org> +pyxattr-0.5.1.ebuild,
pyxattr-0.5.0-r1.ebuild:
Version bump, resolves bug 448082. Drop python3.2 from 0.5.0 again.
21 Dec 2012; Mike Gilbert <floppym@gentoo.org> pyxattr-0.5.0-r1.ebuild,
pyxattr-0.5.0.ebuild:
Do not need setuptools.
21 Dec 2012; Mike Gilbert <floppym@gentoo.org> pyxattr-0.5.0-r1.ebuild:
Add python3_2 to PYTHON_COMPAT.
*pyxattr-0.5.0-r1 (21 Dec 2012)
21 Dec 2012; Michał Górny <mgorny@gentoo.org> +pyxattr-0.5.0-r1.ebuild:
Migrate to distutils-r1. Partially address xattr-related test failures.
14 Jun 2012; Anthony G. Basile <blueness@gentoo.org> pyxattr-0.5.0.ebuild:
Keyword ~mips, bug #402215
14 Apr 2012; Zac Medico <zmedico@gentoo.org> pyxattr-0.5.0.ebuild:
Add ~amd64-linux keyword.
08 Apr 2012; Raúl Porcel <armin76@gentoo.org> pyxattr-0.5.0.ebuild:
alpha/m68k/s390 stable
10 Dec 2011; Zac Medico <zmedico@gentoo.org> pyxattr-0.5.0.ebuild:
Add ~x86-linux keyword.
18 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
pyxattr-0.5.0.ebuild:
Restrict Jython ABIs. Use DISTUTILS_SRC_TEST.
18 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
-pyxattr-0.4.0.ebuild:
Delete.
18 Jul 2010; <nixnut@gentoo.org> pyxattr-0.5.0.ebuild:
ppc stable #315147
10 Jul 2010; Markos Chandras <hwoarang@gentoo.org> pyxattr-0.5.0.ebuild:
Stable on amd64 wrt bug #315147
06 Jul 2010; Samuli Suominen <ssuominen@gentoo.org> pyxattr-0.5.0.ebuild:
ppc64 stable wrt #315147
19 May 2010; Raúl Porcel <armin76@gentoo.org> pyxattr-0.5.0.ebuild:
arm/ia64/sh/sparc stable wrt #315147
26 Apr 2010; Christian Faulhammer <fauli@gentoo.org> pyxattr-0.5.0.ebuild:
stable x86, bug 315147
*pyxattr-0.5.0 (10 Mar 2010)
10 Mar 2010; Sebastian Pipping <sping@gentoo.org> +pyxattr-0.5.0.ebuild:
Bump to 0.5.0 which introduces Python 3 support
25 Oct 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
pyxattr-0.4.0.ebuild:
Set SUPPORT_PYTHON_ABIS.
28 May 2009; Raúl Porcel <armin76@gentoo.org> pyxattr-0.4.0.ebuild:
arm/ia64/sh/sparc stable wrt #267212
23 May 2009; Markus Meier <maekke@gentoo.org> pyxattr-0.4.0.ebuild:
amd64/x86 stable, bug #267212
21 May 2009; Brent Baude <ranger@gentoo.org> pyxattr-0.4.0.ebuild:
stable ppc, bug 267212
19 May 2009; Brent Baude <ranger@gentoo.org> pyxattr-0.4.0.ebuild:
stable ppc64, bug 267212
06 Sep 2008; Jesus Rivero <neurogeek@gentoo.org> pyxattr-0.4.0.ebuild:
Added dev-python/setuptools as a dep. Bug #236447
*pyxattr-0.4.0 (01 Sep 2008)
01 Sep 2008; Ali Polatel <hawking@gentoo.org> -pyxattr-0.2.1.ebuild,
+pyxattr-0.4.0.ebuild:
Version bump. Change LICENSE to LGPL-2.1. Drop old.
*pyxattr-0.2.1 (11 May 2007)
11 May 2007; Robin H. Johnson <robbat2@gentoo.org> +pyxattr-0.2.1.ebuild:
Version bump per bug #177903.
14 Sep 2006; Danny van Dyk <kugelfang@gentoo.org> pyxattr-0.2.ebuild:
Marked stable on amd64.
17 Aug 2006; Markus Rothe <corsair@gentoo.org> pyxattr-0.2.ebuild:
Stable on ppc64
12 Jul 2006; Aron Griffis <agriffis@gentoo.org> pyxattr-0.2.ebuild:
Mark 0.2 stable on ia64
06 Jul 2006; Brent Baude <ranger@gentoo.org> pyxattr-0.2.ebuild:
Marking pyxattr-0.2 ~ppc64 to satisfy an rdiff-backup broken dep per Mr. Bones
01 Apr 2006; Aron Griffis <agriffis@gentoo.org> pyxattr-0.2.ebuild:
Mark 0.2 ~ia64
17 Feb 2006; Michael Hanselmann <hansmi@gentoo.org> pyxattr-0.2.ebuild:
Stable on ppc.
21 Jan 2006; Michael Hanselmann <hansmi@gentoo.org> pyxattr-0.2.ebuild:
Added to ~ppc.
12 Dec 2005; Robin H. Johnson <robbat2@gentoo.org> metadata.xml:
Update metadata.
05 Dec 2005; Gustavo Zacarias <gustavoz@gentoo.org> pyxattr-0.2.ebuild:
Stable on sparc
28 Nov 2005; Marien Zwart <marienz@gentoo.org> +metadata.xml:
Add metadata.xml.
28 Oct 2005; Mark Loeser <halcy0n@gentoo.org> pyxattr-0.2.ebuild:
Stable on x86; bug #110332
25 Sep 2005; Jason Wever <weeve@gentoo.org> pyxattr-0.2.ebuild:
Added ~sparc keyword.
*pyxattr-0.2 (21 Sep 2005)
21 Sep 2005; Robin H. Johnson <robbat2@gentoo.org> +pyxattr-0.2.ebuild:
Initial commit, ebuild submitted by Thomas Bettler
<bettlertho@sis.unibe.ch>, dependancy for new rdiff-backup.

View File

@ -1,18 +0,0 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
AUX pyxattr-0.5.1-test-bytes.patch 544 SHA256 e10ca069878137ce9e48d300ede53dd66858b4136a4ff53705ae0236f51a641e SHA512 3e4d2776b5cc4a76123cd504e060f8e830fad1a778502825b0999af7f38a481bab39effdcfcacc12c102f1377c34315410d1d44a96dbfd94e961b2207d96d9e3 WHIRLPOOL 6c48568e03e98066aa3b6230533edab73f9ef912e5076ae5e7b89306d8e149813f8859702eb2531b9c6cf342e128ef8de80ce9ae3d0d5a765a5a0fddb1274e42
DIST pyxattr-0.5.2.tar.gz 25335 SHA256 19accb3927a833b36b1fb0fddeae45c32b08715cce38b1b106faff22c4ba79d9 SHA512 8dfe6583b1bb54c1674ca90ea99ad50d7ad51b858a1f40bfd4a3660fcba71b59540e5957bb601d816e82c9fec91985394f51193e5a2452c4b1b27cb5edf51e2f WHIRLPOOL 70c7943af623eb0bf9e727aa6b1104cd72f3ffef48e28b5ed3d6471d0ccd44b743a583b996d8d49016e542b9bc8f2f0bd79bd3c14bb81167ad7e442d7590521a
DIST pyxattr-0.5.3.tar.gz 25977 SHA256 c395b34707506aa4e74da4930efaec9bb84bd652d8459de5b603bb8dc8b1d585 SHA512 ac1aa227ab9980e0b05bf71ac4466e8747791a0d5ea30d404359526ca32e6846ad9d4ef72208ff9c7a8208d91ffa309feebe7eab818ef2dc3ae1a5e9414ffeaa WHIRLPOOL 905076e9917d8eb8f78a564d31dfe7c649cd459106513dea53985eb026a144dfbaf062992786f63b799ec7410eec9dbc3f4ae9c41cbb7e1ec61f769c81fa6898
EBUILD pyxattr-0.5.2.ebuild 1247 SHA256 1e844d8e79651021c3809a6ebb633a84845f07af96246f766fb8e6b73cd235e7 SHA512 0457352c8a6e8219a55eb1da0793c292e9cb249ea9909be9e3fe71036321e64f9fc1afa007dc139ec95cf5e5da550aee6eb72c0b3fc322f0fd2206fbe445e4eb WHIRLPOOL 311eeca7d405cac0bf8a1e1954d871988960896a0912d671fb311a25d4d26481cb30d71c56266f58f21860b636fdd4f682b3215053679257541caec9350f4794
EBUILD pyxattr-0.5.3.ebuild 1450 SHA256 1c730bfd521c6bca59e657fe575bb6ed100c87730661fc7e13aff78ca28fa081 SHA512 fde530eb11b0a81f6f7df9a5085dbdcebf7c3e5a8ab561d9bea3fa85c8d913a3b8e057e2aa3cd64a1f8799ed8790db87562b6c2c4bcef07749400af2d01e12c0 WHIRLPOOL 2e48cbf678c926c6ba860fbba38564a2aff225679c3fcf7809ca641d6c6944bb746461638adc12d38b1ee16224e5e130014ea729aaae5a64157c102e80fa9d57
EBUILD pyxattr-9999.ebuild 1254 SHA256 75a66c3844fdc62523c1ae91fb916b95f9014f9a954355cd0141349c106c6ede SHA512 1a8b8447136b5f2dd4ea2b648a38af3fa456863604fe6666dbda3b5f44f7bbb30f4662b4b70afe87bca1d88840c8d0d7ca65381bd104c43d14cb4defc63c1454 WHIRLPOOL a4d083ba078b386afd1ba4afec0c0c090084c33b2c5db0aa96c61cbb359a6316fa8196529333d4309e7bbbaf1c299033de6f6057fcce3ff2eff55b48432665ad
MISC ChangeLog 7355 SHA256 619db222dcaf945a07114aec9bba95e26e258cc27d5f38097181c282f6d1f843 SHA512 798870ea6bd8bcc23705b76e0c0c8126bbacaecc0fc59adbe2b5badc6b5155fc4d2647d8e07d9dcda96ae698130043690e364e13a16247b2538323969287c8bb WHIRLPOOL faef821bab8b5805aff0c7bcd5588b5e32bf72a1cc1ef1373ba997e76494f4eefde02efe396da448c3eaf9322753a8e6f03985500e98cc3202db00f4400443da
MISC metadata.xml 493 SHA256 77889510b32096b9655328563a6065660fbfb5b3eec6bae5c529a2bffb9eb213 SHA512 38e0c3ef1add177caadcb4275587bc859222c68fafe29d7d370182c21780100dd5ff4f6f4c5fba33591c01aad7323a5f4aaceba5c1465c9e6a1173ec8a9433c8 WHIRLPOOL 95e710c289786decac359fd6d64a5521c92e09b68885c646b6fdd363281b1768534905123f3f9693f7db28d2fc2f38e5405853fa07f4312aa66dd994a5fcd9e4
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iEYEAREIAAYFAlR0YYQACgkQCaWpQKGI+9QE6gCfcqLZKvmJoqHFgbJAKgEnOuyu
BH8AnjhwcuL2286nAVv3sHR+edoNq4AI
=IUj+
-----END PGP SIGNATURE-----

View File

@ -1,19 +0,0 @@
commit ea7421018090b7099c5e0a6bd88180f41ebb7bce
Author: Mike Gilbert <floppym@gentoo.org>
Date: Fri Dec 21 16:33:18 2012 -0500
Python 2.5 can't parse byte literals, so use bytes() instead.
diff --git a/test/test_xattr.py b/test/test_xattr.py
index 8df00b9..0bca576 100644
--- a/test/test_xattr.py
+++ b/test/test_xattr.py
@@ -12,7 +12,7 @@ from xattr import NS_USER, XATTR_CREATE, XATTR_REPLACE
if sys.hexversion >= 0x03000000:
PY3K = True
- EMPTY_NS = b''
+ EMPTY_NS = bytes()
else:
PY3K = False
EMPTY_NS = ''

View File

@ -1,16 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>python</herd>
<longdescription>
pyxattr is an Python extension module wrapper for libattr. You can
use this module to query, list, add and remove extended attributes
from files and directories
</longdescription>
<maintainer>
<email>robbat2@gentoo.org</email>
</maintainer>
<upstream>
<remote-id type="pypi">pyxattr</remote-id>
</upstream>
</pkgmetadata>

View File

@ -1,43 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxattr/pyxattr-0.5.2.ebuild,v 1.16 2014/03/31 21:03:55 mgorny Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
inherit distutils-r1 eutils
DESCRIPTION="Python interface to xattr"
HOMEPAGE="http://pyxattr.k1024.org/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
http://pyxattr.k1024.org/downloads/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
IUSE="test"
RDEPEND="sys-apps/attr"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/nose[${PYTHON_USEDEP}] )"
python_prepare_all() {
sed -i -e 's:, "-Werror"::' setup.py || die
distutils-r1_python_prepare_all
}
src_test() {
# Perform the tests in /var/tmp; that location is more likely
# to have xattr support than /tmp which is often tmpfs.
export TESTDIR=/var/tmp
einfo 'Please note that the tests fail if xattrs are not supported'
einfo 'by the filesystem used for /var/tmp.'
distutils-r1_src_test
}
python_test() {
nosetests || die "Tests fail with ${EPYTHON}"
}

View File

@ -1,53 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxattr/pyxattr-0.5.3.ebuild,v 1.1 2014/06/03 03:02:37 idella4 Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
inherit distutils-r1 eutils
DESCRIPTION="Python interface to xattr"
HOMEPAGE="http://pyxattr.k1024.org/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
http://pyxattr.k1024.org/downloads/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
IUSE="doc test"
RDEPEND="sys-apps/attr"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? ( dev-python/nose[${PYTHON_USEDEP}] )"
python_prepare_all() {
sed -i -e 's:, "-Werror"::' setup.py || die
distutils-r1_python_prepare_all
}
python_compile_all() {
use doc && emake doc
}
src_test() {
# Perform the tests in /var/tmp; that location is more likely
# to have xattr support than /tmp which is often tmpfs.
export TESTDIR=/var/tmp
einfo 'Please note that the tests fail if xattrs are not supported'
einfo 'by the filesystem used for /var/tmp.'
distutils-r1_src_test
}
python_test() {
nosetests || die "Tests fail with ${EPYTHON}"
}
python_install_all() {
use doc && local HTML_DOCS=( doc/html/. )
distutils-r1_python_install_all
}

View File

@ -1,47 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxattr/pyxattr-9999.ebuild,v 1.5 2014/11/25 11:01:23 pacho Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
#if LIVE
EGIT_REPO_URI="https://github.com/iustin/${PN}.git
git://github.com/iustin/${PN}.git"
inherit git-2
#endif
inherit distutils-r1 eutils
DESCRIPTION="Python interface to xattr"
HOMEPAGE="http://pyxattr.k1024.org/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
IUSE="test"
RDEPEND="sys-apps/attr"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/nose[${PYTHON_USEDEP}] )"
#if LIVE
SRC_URI=
KEYWORDS=
#endif
src_test() {
# Perform the tests in /var/tmp; that location is more likely
# to have xattr support than /tmp which is often tmpfs.
export TESTDIR=/var/tmp
einfo 'Please note that the tests fail if xattrs are not supported'
einfo 'by the filesystem used for /var/tmp.'
distutils-r1_src_test
}
python_test() {
nosetests || die "Tests fail with ${EPYTHON}"
}

View File

@ -1,6 +0,0 @@
AUX sec-patch-CVE-2014-1624.patch 1867 SHA256 1108675e64e51730ff5411f7e7dfab9fa68de66be0afaa73a46a1472d75766e8 SHA512 f0ff5255108b7a5774d376a8892f1120f5056ec92fa543af7e5aabe3792e7ecd347ac78ff5c04ab36db35bba513a412f6aa06fe718933317a903264bd184b712 WHIRLPOOL 9a4df7948bc32fa8f471f6edb7066318231666d90ff4038733ffaae7ceb303c930bc9c552f72a08b978c0b259e802d24bba6e01383a7b836989f339ee673909a
DIST pyxdg-0.25.tar.gz 48935 SHA256 81e883e0b9517d624e8b0499eb267b82a815c0b7146d5269f364988ae031279d SHA512 86cbf3a54fb8e79043db60dcdbb3fb10013ae25a900fa3592edc8a24bf3f440c19bc04626c7906293c785fcb56eab9d87d209b723b5baa872376ba1eb86758b6 WHIRLPOOL 8e77c83f52c5836f4476645fc1d297311c1537e60a8fe364c75c842baf0530def1a483c19489af87ec78d340e630af18ed9a210cecc56f183037e34e58e0e450
EBUILD pyxdg-0.25-r1.ebuild 755 SHA256 e2804971f145cabaf5f863be926d8ea37db9eb640d5029121461b087e9f7453a SHA512 f4f92b92d43107ea6d2aad282683b001db8b89d5747a9dcd33ac81b1eb908ab755f70d7484094bc455c578b07798fd149875675fda5e380918182d3653df536f WHIRLPOOL 24d17e3bf211c3ba5ded10e1e533f558e9cb8dbf83228785c6d9d2d38f172ba68e403ed570787c709b512c91b3365230f00f598323f5652d5d97bc67dae10135
MISC ChangeLog 3867 SHA256 69b4f3a38aae191bf88819dd742cb8d8175d0c2066a98a7cf62ed348bd4d9689 SHA512 f19d25c84f4a908d12164d490ad24043938d1ccde3decc131f05dd8aa0e8aa43cd87b9d9be2565c8f7b9990e2179cf1b4db087b8bd649a13dc0b05e02913b902 WHIRLPOOL 33218839d599545e5317a84856c6b39778cc899f1bd79b931c254f4a62290ed4766b5e2366c40b4d37429df5784821f82e678d40dbc3e8edd8962b6a1b1e67cc
MISC ChangeLog-2015 15451 SHA256 1d868c3e1f5c914af9129a25ffaae92c842953aa5ebf1d178b296d70c1587a03 SHA512 aea060e1d14cb0b1ebce57a0e39b8c912b6596eef127e3e177a28db5734c1fd29b7f68ffa166ecdc7cf497d8349bfb06439323c1d0a1785a409386fdff7c8471 WHIRLPOOL 63851009dcb9e38ef5d735380634f663e723fbbd17d96fb700ef07b9d9d67abae0a5000531c942364150811c443101a0d64fc85a26ae344b9338cb2c9dc9b997
MISC metadata.xml 487 SHA256 7ac5dfd197aca1d7078bed530fdf18fb4b774a6766e821ab7742bdc618a12f69 SHA512 f00421023d46b9aa32d8038c5ba8bfdb1b60a732932d64f7d11fe6f0c163b734182e2162dde2ba663d7c74ba8c754ece721dfbfa0b8fa3081be622dfff3949ea WHIRLPOOL aff13a0c29ef2d84012aaae96aed3994e32e8c001b5aae0083f1446869da3185f92eeee854ee7a6a971e0421ec438a4a7384ceddbc3a84f046c6a7819b9e1bcb

View File

@ -1,54 +0,0 @@
Improve security of get_runtime_dir(strict=False)
https://github.com/takluyver/pyxdg/commit/bd999c1c3fe7ee5f30ede2cf704cf03e400347b4
diff --git a/xdg/BaseDirectory.py b/xdg/BaseDirectory.py
index cececa3..a7c31b1 100644
--- a/xdg/BaseDirectory.py
+++ b/xdg/BaseDirectory.py
@@ -25,7 +25,7 @@
Note: see the rox.Options module for a higher-level API for managing options.
"""
-import os
+import os, stat
_home = os.path.expanduser('~')
xdg_data_home = os.environ.get('XDG_DATA_HOME') or \
@@ -131,15 +131,30 @@ def get_runtime_dir(strict=True):
import getpass
fallback = '/tmp/pyxdg-runtime-dir-fallback-' + getpass.getuser()
+ create = False
+
try:
- os.mkdir(fallback, 0o700)
+ # This must be a real directory, not a symlink, so attackers can't
+ # point it elsewhere. So we use lstat to check it.
+ st = os.lstat(fallback)
except OSError as e:
import errno
- if e.errno == errno.EEXIST:
- # Already exists - set 700 permissions again.
- import stat
- os.chmod(fallback, stat.S_IRUSR|stat.S_IWUSR|stat.S_IXUSR)
- else: # pragma: no cover
+ if e.errno == errno.ENOENT:
+ create = True
+ else:
raise
-
+ else:
+ # The fallback must be a directory
+ if not stat.S_ISDIR(st.st_mode):
+ os.unlink(fallback)
+ create = True
+ # Must be owned by the user and not accessible by anyone else
+ elif (st.st_uid != os.getuid()) \
+ or (st.st_mode & (stat.S_IRWXG | stat.S_IRWXO)):
+ os.rmdir(fallback)
+ create = True
+
+ if create:
+ os.mkdir(fallback, 0o700)
+
return fallback

View File

@ -1,14 +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>
<doc lang="en">https://pyxdg.readthedocs.org/en/latest/</doc>
<bugs-to>https://bugs.freedesktop.org/</bugs-to>
<remote-id type="pypi">pyxdg</remote-id>
<remote-id type="launchpad">pyxdg</remote-id>
</upstream>
</pkgmetadata>

View File

@ -1,26 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
inherit distutils-r1
DESCRIPTION="A Python module to deal with freedesktop.org specifications"
HOMEPAGE="https://freedesktop.org/wiki/Software/pyxdg https://cgit.freedesktop.org/xdg/pyxdg/"
SRC_URI="https://people.freedesktop.org/~takluyver/${P}.tar.gz"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
IUSE="test"
DEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}]
x11-themes/hicolor-icon-theme )"
DOCS=( AUTHORS ChangeLog README TODO )
PATCHES=( "${FILESDIR}"/sec-patch-CVE-2014-1624.patch )
python_test() {
nosetests || die
}

View File

@ -1,6 +0,0 @@
DIST requests-2.11.1.tar.gz 485936 SHA256 5acf980358283faba0b897c73959cecf8b841205bb4b2ad3ef545f46eae1a133 SHA512 135cbab1e279ebf314bffca01bc4d9f9e71963c67069e330e78fbe06c4294031d1d616bc5d5e104161c8696b408887053bdd65351f85e9ff34646368c88852e5 WHIRLPOOL 838e3074f56a87766ebeb04eb75fdd6f5c83da7448b5e9297be8143330acaeae540d10939b7118cbd9e86c1749c8db5c6c22d50064e704b9c1d7278a37a48af4
DIST requests-2.12.5.tar.gz 548336 SHA256 d902a54f08d086a7cc6e58c20e2bb225b1ae82c19c35e5925269ee94fb9fce00 SHA512 3ad60b953c6db98d26c043c7e77c3be8b28389ee1dbf32e75663cf48a8ddc2e487df27c54c64736ff42b79e35a6dbd2788065469a61a520a9818183970274cd9 WHIRLPOOL bc347e966743a940c09ed9bc98fed7422648a9b0354d36aaf94820fb306169842fafe5d34a48effb46547bb44fb46b2499cb1ba7dfd3ec029426cf97418d9c68
DIST requests-2.13.0.tar.gz 557508 SHA256 5722cd09762faa01276230270ff16af7acf7c5c45d623868d9ba116f15791ce8 SHA512 d3e9c25d1ce7ecf51bd4b137645d06c07170542a78fc847b1c30cad6efa9bcbf36d4b0c809389cbf260dc7d73128ab6bbed1e197cba9497b6ad791b48014ae14 WHIRLPOOL febfabea45aa45093eb04758f40a35b6479e16f833fd83abc798d2b5786bed025bb00c45e8dea9161aff735bde693573e6f5db7e5ee09ad3d2b140673e2cbcf8
DIST requests-2.14.2.tar.gz 521027 SHA256 a274abba399a23e8713ffd2b5706535ae280ebe2b8069ee6a941cb089440d153 SHA512 f6531ada6d854a261cad874044daa9e7f79d55c8f8fcfec1b25862563127318fbf717ed640644ddf0dbe4d7fe1298d478fcd76825a3604e06cefae5990fa9dd4 WHIRLPOOL e242d8182312b437a27bdc1d4a099d7db0c6135b3de29c0285ba60f6a72e1102941603cc551d8f3a4597f479c7d9409eef073c25b2411df93d0903d9f87b316f
DIST requests-2.18.1.tar.gz 124229 SHA256 c6f3bdf4a4323ac7b45d01e04a6f6c20e32a052cd04de81e05103abc049ad9b9 SHA512 d7482ddce36ce633bee830bc8d9f9a207e1c20595378f7c60dcef01cab016a16704965f3b52e3faac63dd50fbe7c61d575742e71f51a2b8d41c1922df2dbaa06 WHIRLPOOL c1cf2544fdb4a7eb6536ff97847a15d786a9f1dcb7509e089a9d73e9372e5c6735b35a1c0d6e33580d933f573b3b3c3a1b48af2755563f04893daf66a114c8df
DIST requests-2.8.1.tar.gz 480803 SHA256 84fe8d5bf4dcdcc49002446c47a146d17ac10facf00d9086659064ac43b6c25b SHA512 bccec89165596df3af3f46eb43b5b28b595752485b00ed73978ef76fa6b8a8961c3db046c3f91ff34fa390f037322f6e13b141ba9b600a836a6d798086bd13fb WHIRLPOOL 445e0e12f5900c3396ae7a76d0010b9c4a4ff2c79c51dfc88f117918e436a4d67ea25de39f252cacaabd737b7b1542374172a2b6f482d7ffe1f7514d1cb4a06b

View File

@ -1,17 +0,0 @@
--- requests-2.12.1/setup.py
+++ requests-2.12.1/setup.py
@@ -36,14 +36,6 @@
packages = [
'requests',
'requests.packages',
- 'requests.packages.chardet',
- 'requests.packages.idna',
- 'requests.packages.urllib3',
- 'requests.packages.urllib3.packages',
- 'requests.packages.urllib3.contrib',
- 'requests.packages.urllib3.util',
- 'requests.packages.urllib3.packages.ssl_match_hostname',
- 'requests.packages.urllib3.packages.backports',
]
requires = []

View File

@ -1,19 +0,0 @@
--- requests-2.14.2/setup.py.old 2017-05-15 17:38:45.942532911 +0200
+++ requests-2.14.2/setup.py 2017-05-15 17:39:03.629533611 +0200
@@ -36,16 +36,6 @@
packages = [
'requests',
'requests.packages',
- 'requests.packages.chardet',
- 'requests.packages.chardet.cli',
- 'requests.packages.idna',
- 'requests.packages.urllib3',
- 'requests.packages.urllib3.packages',
- 'requests.packages.urllib3.contrib',
- 'requests.packages.urllib3.util',
- 'requests.packages.urllib3.packages.ssl_match_hostname',
- 'requests.packages.urllib3.packages.backports',
- 'requests.packages.urllib3.contrib._securetransport',
]
requires = []

View File

@ -1,21 +0,0 @@
--- requests-2.2.0/requests/compat.py
+++ requests-2.2.0/requests/compat.py
@@ -4,7 +4,7 @@
pythoncompat
"""
-from .packages import chardet
+import chardet
import sys
--- requests-2.2.0/setup.py
+++ requests-2.2.0/setup.py
@@ -17,7 +17,6 @@
packages = [
'requests',
'requests.packages',
- 'requests.packages.chardet',
'requests.packages.urllib3',
'requests.packages.urllib3.packages',
'requests.packages.urllib3.contrib',

Some files were not shown because too many files have changed in this diff Show More