astral-1.10.1 upgraded
This commit is contained in:
parent
e812c453cf
commit
246e6e1695
@ -7,3 +7,4 @@ EBUILD astral-1.7.1.ebuild 469 BLAKE2B 0295af0b2426dc9478f5defff6f56db0612c087a9
|
|||||||
EBUILD astral-1.8.ebuild 469 BLAKE2B 0295af0b2426dc9478f5defff6f56db0612c087a9602f4f9a0232d54f0a65d87f82dd7ff8708348f2284091a9b0be1b818e49adeac71b1d8b165feee4e91e99b SHA512 8f151c51070369444fb02292c441775d625a7d91d5a5dac4d77e8244f56ce80d930c519810f2a670068d14fe3b8dc4b9a9587fa06d4c320e0151c94a891fe9eb
|
EBUILD astral-1.8.ebuild 469 BLAKE2B 0295af0b2426dc9478f5defff6f56db0612c087a9602f4f9a0232d54f0a65d87f82dd7ff8708348f2284091a9b0be1b818e49adeac71b1d8b165feee4e91e99b SHA512 8f151c51070369444fb02292c441775d625a7d91d5a5dac4d77e8244f56ce80d930c519810f2a670068d14fe3b8dc4b9a9587fa06d4c320e0151c94a891fe9eb
|
||||||
EBUILD astral-1.9.2.ebuild 469 BLAKE2B 0295af0b2426dc9478f5defff6f56db0612c087a9602f4f9a0232d54f0a65d87f82dd7ff8708348f2284091a9b0be1b818e49adeac71b1d8b165feee4e91e99b SHA512 8f151c51070369444fb02292c441775d625a7d91d5a5dac4d77e8244f56ce80d930c519810f2a670068d14fe3b8dc4b9a9587fa06d4c320e0151c94a891fe9eb
|
EBUILD astral-1.9.2.ebuild 469 BLAKE2B 0295af0b2426dc9478f5defff6f56db0612c087a9602f4f9a0232d54f0a65d87f82dd7ff8708348f2284091a9b0be1b818e49adeac71b1d8b165feee4e91e99b SHA512 8f151c51070369444fb02292c441775d625a7d91d5a5dac4d77e8244f56ce80d930c519810f2a670068d14fe3b8dc4b9a9587fa06d4c320e0151c94a891fe9eb
|
||||||
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
|
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
|
||||||
|
DIST astral-1.10.1.tar.gz 53198 MD5 24179a8ca5b2edbd9cc49244cc294d9b
|
30
dev-python/astral/astral-1.10.1.ebuild
Normal file
30
dev-python/astral/astral-1.10.1.ebuild
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
# Copyright 1999-2015 Gentoo Foundation
|
||||||
|
# Distributed under the terms of the GNU General Public License v3.0
|
||||||
|
|
||||||
|
EAPI=6
|
||||||
|
|
||||||
|
PYTHON_COMPAT=( python3_{5,6,7} )
|
||||||
|
|
||||||
|
inherit distutils-r1
|
||||||
|
|
||||||
|
DESCRIPTION="Calculations for the position of the sun and moon."
|
||||||
|
HOMEPAGE="https://github.com/sffjunkie/astral https://pypi.org/project/astral/"
|
||||||
|
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||||
|
|
||||||
|
LICENSE="Apache-2.0"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||||
|
IUSE="test"
|
||||||
|
|
||||||
|
RDEPEND=""
|
||||||
|
DEPEND="${REDEPEND}
|
||||||
|
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||||
|
test? (
|
||||||
|
dev-python/nose[${PYTHON_USEDEP}]
|
||||||
|
dev-python/pytest[${PYTHON_USEDEP}]
|
||||||
|
)"
|
||||||
|
|
||||||
|
python_test() {
|
||||||
|
nosetests --verbose || die
|
||||||
|
py.test -v -v || die
|
||||||
|
}
|
@ -1,8 +1,12 @@
|
|||||||
<?xml version='1.0' encoding='UTF-8'?>
|
<?xml version='1.0' encoding='UTF-8'?>
|
||||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
<pkgmetadata>
|
<pkgmetadata>
|
||||||
<maintainer type="project">
|
<herd>python</herd>
|
||||||
<email>b@edevau.net</email>
|
<upstream>
|
||||||
<name>Andreas Billmeier</name>
|
<remote-id type="pypi">astral</remote-id>
|
||||||
</maintainer>
|
<maintainer status="unknown">
|
||||||
|
<email>sffjunkie+code@gmail.com</email>
|
||||||
|
<name>Simon Kennedy</name>
|
||||||
|
</maintainer>
|
||||||
|
</upstream>
|
||||||
</pkgmetadata>
|
</pkgmetadata>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user