fix lupupy-0.0.1* pathlib DEPS

This commit is contained in:
Andreas Billmeier 2020-09-06 18:01:41 +02:00 committed by Andreas Billmeier
parent 2acbbb24aa
commit aca09f1e0e
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 12 additions and 12 deletions

View File

@ -55,6 +55,7 @@
* remove unkown dep from py-august
* add netaddr-0.8.0
* unpin bs4 in motorparts-1.1.0
* fix lupupy-0.0.1* pathlib DEPS
2020-09-05
* repair iglo-1.2.7, drop iglo-1.2.5, abondoned anyway: https://github.com/jesserockz/python-iglo/issues/1#issuecomment-558479023

View File

@ -1,5 +1,5 @@
DIST lupupy-0.0.17.tar.gz 8604 BLAKE2B a03edb1816ecc724a865a1c7ae1584b4dee09cee84aaa0bbd7f87a6c37762c2c94dd80c9da48f8c99c3d09e790b30c291e2567804363f6d51225f6e2e28798ab SHA512 52545e587da9d37ac2fd21d0c3e6eed8bbaf27a146f9e5cb8474884871710b18b36637f4eac875c16a41395eae53e59a9d9cd55fc836f05bc03ab7515d227061
DIST lupupy-0.0.18.tar.gz 8181 BLAKE2B db03a348ff961724b5fdf3e276efadaaafec5f382fb90f63063dcfe921a4cc49f12ab250b2f37b412e35c0ecdf7bc5654fc9b7a7dc59964ff61a60042a689380 SHA512 686b8525cf413667c75ca7fc7d91624af22901e1170e9dc5df529a793ff13a2b891db67f6965ebf2a1e9d6fad8983d68fdfe82fe9e5d0044002cc2a3864552d3
EBUILD lupupy-0.0.17.ebuild 909 BLAKE2B a843fc90b384712fbdd4b4e6d1c7166984d7a9a0e185b0680d1047fc17f18442c2fa88284e111ae32829e5032a30e6ae17e4f8e7f68be282c10c94f3c4fb7c2b SHA512 da8a63bbd7afcaa92faf2019e8a5b5d88b9c9ee2000e7b60c31a2ffa05f17f6e6197e82d1d35ea3803368f9dcc3fe5cb655792dcc3b8fb24562ede6d988d9a8e
EBUILD lupupy-0.0.18.ebuild 837 BLAKE2B 057322a03a34141797b52db1feeb241020905c151a251789faf86deaea6ab1cd4abe9fd5f44ceb434657987b0879b78d44126c1b28f0cb22719c42ecced1eeb4 SHA512 16c736bdf22a0640d551c7c3f6180efe34cf9a78c2ed374bcd358b0cc4c4902e65c8a363cf490a8737ad52a915a4f522d77a15046391bf896a64c8dec80d6c09
EBUILD lupupy-0.0.17.ebuild 866 BLAKE2B 80c5ad6654c2727a7a23d5c27e99d3ced1a0c8fd971999041770db1473f4148e55da220b8cdbf0dd967fb228dee924f56e5203e51e9de08583fdcc3a3d10fa9d SHA512 61b09014f5ca4f97903a2385032ca719875422a4e0a28d850c9bc49574c9e5f33d81e1c95020ce91410d5d974e3ef43f2982059db8906bc7cf8a4182eefad9fb
EBUILD lupupy-0.0.18.ebuild 837 BLAKE2B 338bc04ea4197d7e2e4126c5b5a7ef261ee0d316cf27edf26f584d9ac5bda843ac06ae7f5a0dd8f7a9002ae3cd1240afce9ab97706f56e08ec7cd1e46685294b SHA512 067650ef97f8b2ddfe003af3e2ae5de4d09d12518c7bd70a3475c571a19417d327ffc1ceba5094e4cf3f252cec080d9cf5f822eafcadff2849efbc121dc57fbd
MISC metadata.xml 325 BLAKE2B cd23aa59e716bd76e3bffa025f74ab83ea3c726ce78577e86d4a7424a196266b63094439d9813b69a61f7422382ed8c6e20ac9f2a7c49a4dbb5456c2c3c9f320 SHA512 ecd86b71ac6cbc8feb966adc0dad465c2cf218ea85f79a3fdac3370a4e84013505a5e217bdcd7f194984891b5f848b8f226cf882aeb9df25e1499e4c45e6133f

View File

@ -3,25 +3,24 @@
EAPI="7"
PYTHON_COMPAT=( python3_{6,7} )
PYTHON_COMPAT=( python3_{6..8} )
inherit distutils-r1
DESCRIPTION="A python cli for Lupusec alarm panels."
HOMEPAGE="https://www.github.com/majuss/lupupy https://pypi.org/project/lupupy/"
#SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
HOMEPAGE="http://www.github.com/majuss/lupupy https://pypi.org/project/lupupy/"
SRC_URI="https://github.com/onkelbeh/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=">=dev-python/requests-2.12.4[${PYTHON_USEDEP}]
dev-python/demjson[${PYTHON_USEDEP}]
dev-python/colorlog[${PYTHON_USEDEP}]
dev-python/pathlib[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
dev-python/pathlib2[${PYTHON_USEDEP}]"
BDEPEND="${REDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]

View File

@ -3,12 +3,12 @@
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
PYTHON_COMPAT=( python3_{6..8} )
inherit distutils-r1
DESCRIPTION="A python cli for Lupusec alarm panels."
HOMEPAGE="https://www.github.com/majuss/lupupy https://pypi.org/project/lupupy/"
HOMEPAGE="http://www.github.com/majuss/lupupy https://pypi.org/project/lupupy/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
@ -19,8 +19,8 @@ IUSE="test"
RDEPEND=">=dev-python/requests-2.12.4[${PYTHON_USEDEP}]
dev-python/demjson[${PYTHON_USEDEP}]
dev-python/colorlog[${PYTHON_USEDEP}]
dev-python/pathlib[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
dev-python/pathlib2[${PYTHON_USEDEP}]"
BDEPEND="${REDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]