bump srpenergy-1.3.6
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
DIST srpenergy-1.3.2.tar.gz 9362 BLAKE2B 08dea05d894d61c1cfec1367c02eecf095c7419ea1c46e2c008ff5251fea25a22ec8f9c51d6d83b4e709262e25075743933a7ba78e5116c54cb3ca1ac5d6f764 SHA512 71374bb7636513c04cab3ca8cdd0a1d3d1f5380b07c5648f490128c6682d544775b541d9d16fa4fa2549f94fe4f30b49370dc54fb80b150eafc5be985d349a1c
|
||||
EBUILD srpenergy-1.3.2.ebuild 823 BLAKE2B 49de5ec189742cfaa1c8727bfa4b8d87b9720d9ce9d4ab2f8c367751c37524507a631f3be9036643c87eff77407b636e337814c37d9daa2fff48519e540b312d SHA512 5cfbe1da5e1826005884c2cfa53fb30bbd766bf4b088293d9d3dc2eebd76a4a8f4259cdeac753db7dd32e43783bae82f2a240f75d062ed7a2334c7a1fc4bdd6a
|
||||
DIST srpenergy-1.3.6.tar.gz 11733 BLAKE2B 3045b34d0a049575e6ab7b45cd01b8c5fb4b46fc5c1d6e3f778c5662c456e3ad20cae75bd7f92081c360398d3f52f887f0242e412d7103cdd4f7fe4d551815af SHA512 24e4e2959b9255b96b34f73a67749bce1b531fd00cf36f67eebf4120f220aea0d4da59088dcf6038061238c4066c3bed6f1e8219c7e058142699c4bfb5fac967
|
||||
EBUILD srpenergy-1.3.2-r1.ebuild 822 BLAKE2B aa7c8581371580933e8750694eb061401a476aa193041f2275fecd136173bc3f19ee05c9e7338c5cb10bebfa4646d822663adf7ef3168727444f0ff5e5da5b79 SHA512 e086e963766009ab4ca1468cd694164cb064db37e1fd6a38412b419ddf489f69eda543c58805d7f1c31d723b6007fbb147bbe966b945dba57313f0ef97d0edf4
|
||||
EBUILD srpenergy-1.3.6.ebuild 841 BLAKE2B c76f5a170cecabe17688ab8fb72c2eadd9a2e84ff45baf1077116d833c8cb392c286bda737b70ac07611976a8b895480294a65f45203d3d1544287b1b225ceab SHA512 07fc30411fd727e3cc125fc4d624c2e6680e1348938fac4076513b7e3c23a1dd68b9c6519123770d675e02648135b78f4bb74a10755dabc397917c4f9f500978
|
||||
MISC metadata.xml 456 BLAKE2B bada16ea09c3415f7b68120de631983c5cab863b2dee2c638132723bbe7f56a06b3149cdf588025adcfdffdc006c583eedb72a0ed68fb6e666d001bc469171c5 SHA512 e7cd396bb396765a5868a55f9666cc3aaf288e1d6d9b026e543f52f7e77bb4f3c5424ca62332d3dad70294f8b2c26fae93b0a16222575d53a8687857600421f9
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..8} )
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
33
dev-python/srpenergy/srpenergy-1.3.6.ebuild
Normal file
33
dev-python/srpenergy/srpenergy-1.3.6.ebuild
Normal file
@@ -0,0 +1,33 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="An unofficial Python module for interacting with Srp Energy data."
|
||||
HOMEPAGE="https://github.com/lamoreauxlab/srpenergy-api-client-python https://pypi.org/project/srpenergy/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
DOCS="README.rst"
|
||||
|
||||
RDEPEND=">=dev-python/requests-2.22.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/python-dateutil-2.8.0[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user