mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 00:28:09 -07:00
dev-python/pyavm: version bump
Package-Manager: Portage-2.3.6, Repoman-2.3.3
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
DIST PyAVM-0.9.2.tar.gz 101071 SHA256 4bfc4bcb820d239b09d1f9c5a4cd1a3e0fc63af71d96f884a020cb7cc0c800fa SHA512 5e724d023ddd74ce64c3846fdb2e6310cbf8e2b9670e2bc28dd1b7978eae76f43f48a223d8e69f805aded41c569657c874d999bcb8198e0b8de7f02dbb51e7c1 WHIRLPOOL d7bc41a4cde21651ad2e278d10825c5b568d184be394f31066369a43970e9828d751272dcfc56ca6d42a9ed9be54f57502d2f27308203c52ff9de6ef65c4ab7c
|
||||
DIST PyAVM-0.9.3.tar.gz 220824 SHA256 ea90ddfbc3c8705f21ca24e205dc0208510905b5b69829db38c7d0e53928873a SHA512 c505c2dc483befd3060e7d9c45b38f6e18502a223577fbcb73d253859138c4b97e468e6aba39cb7eff4bb4c0526108e8556251de15e2d78f8482ff22a033bad9 WHIRLPOOL f6f2093bb566463de508e8a08a6190a5becb133bf84781dee598d6efd46571eb185e97a474ccdfb3ce6835a6818534297e10838986734d1c98c30aea7f917e7a
|
||||
DIST PyAVM-0.9.4.tar.gz 221928 SHA256 f298b864e5bc101ecbb0e46252e95e18a180ac28ba6ec362e63c12a7e914e386 SHA512 95b10a57206dcace2941342015155ad46c6d71fd11963e5516d766067d2074d2302b60d6455b2194034beb6668c2a989cbf88908871d2bacd28ba6433a83a89e WHIRLPOOL 2b04bf7ccf67b681ad7d52ae43bff75e152493741cbd252b6a5ed2c51766deaf30b909df161b3dbf4bbc8015e95b758cbe5fa866f9a8d18ae53e58b671d9a55a
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python{2_7,3_4,3_5} )
|
||||
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
@@ -19,19 +19,15 @@ SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/astropy-0.2[${PYTHON_USEDEP}]"
|
||||
|
||||
DEPEND="
|
||||
RDEPEND="dev-python/astropy[${PYTHON_USEDEP}]"
|
||||
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
>=dev-python/astropy-0.2[${PYTHON_USEDEP}]
|
||||
dev-python/astropy[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
S="${WORKDIR}/${MYP}"
|
||||
|
||||
PATCHES=( "${FILESDIR}/${P}-deprecated-fromstring.patch" )
|
||||
|
||||
python_test() {
|
||||
py.test || die "tests for ${EPYTHON} failed"
|
||||
}
|
||||
Reference in New Issue
Block a user