dev-python/astral: adds older 1.4 for homeassistant
This commit is contained in:
parent
556913e74d
commit
2d9b106ddf
4 changed files with 1892 additions and 1 deletions
|
@ -1 +1,2 @@
|
|||
DIST astral-1.4.1.tar.gz 101839 SHA256 048668308820b6e495e155c050bf2c56beb42719dbc980d946a7ba131b35147f SHA512 0695e2d805eb6f38dd9277138de7778193bd536abf831a94a74bb7fc83cbc61b12708c132b3844619fd1b502cacaf86c7c5015796f1b1c9c5520009679c3a814 WHIRLPOOL fc2844f64343560a5406b222d1b79fe0b8dd8263fcd29389ad2e7f6a8c357cc917edc17786afde2eb4b8d2b3772d2aac5048ad15b18f24a8aedd40d116d979ce
|
||||
DIST astral-1.4.zip 35283 SHA256 e7f2c825ac101c0953812e0f4c617ca48bd9dd5f4ebf450f7ce9086ed8f5a1fe SHA512 405ed030eb2c26ede66653fe7999a328e64a6792e4b220b42e1ed9e6eff3d3b2e39c8c43d4360f42ba3c6610cf8e488d600da27aead239ea1eceda39b63bee14 WHIRLPOOL f80688d8b58effc5c1449373cb135ebbd1eb498a15b55d922f6854a967d6b5ce06ef1a2d01f5260fd467e9121c01fc7a4d4e7dbc59a14e1c503d74529dc531d6
|
||||
|
|
|
@ -17,5 +17,5 @@ IUSE=""
|
|||
|
||||
PATCHES=("${FILESDIR}/0001-disable-versioneer.patch")
|
||||
|
||||
DEPEND=""
|
||||
DEPEND="dev-python/pytz"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
|
21
dev-python/astral/astral-1.4.ebuild
Normal file
21
dev-python/astral/astral-1.4.ebuild
Normal file
|
@ -0,0 +1,21 @@
|
|||
# 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="Python calculations for the position of the sun and moon"
|
||||
HOMEPAGE="https://github.com/sffjunkie/astral"
|
||||
#SRC_URI="https://github.com/sffjunkie/$PN/archive/$PV.tar.gz -> $P.tar.gz"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
#PATCHES=("${FILESDIR}/0001-disable-versioneer.patch")
|
||||
|
||||
DEPEND="dev-python/pytz"
|
||||
RDEPEND="${DEPEND}"
|
1869
dev-python/astral/files/0001-disable-versioneer.patch
Normal file
1869
dev-python/astral/files/0001-disable-versioneer.patch
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue