remove prezzibenzina-py, won't compile

This commit is contained in:
2021-02-14 11:05:14 +01:00
committed by Andreas Billmeier
parent 162cd4fea8
commit 3d9045bc08
4 changed files with 2 additions and 52 deletions

View File

@@ -4,6 +4,8 @@
* bump sentry-sdk-0.20.1
* update aioasuswrt-1.3.1-r1
* bump HAP-python-3.3.0
* add AEMET-OpenData-0.1.8
* remove prezzibenzina-py, won't compile
2021-02-12
* bump aioharmony-0.2.7

View File

@@ -1,3 +0,0 @@
DIST prezzibenzina-py-1.1.4.tar.gz 10158 BLAKE2B aeeb3bc4559480d2ad5302880804f4d2161e20844f8f8b882c90a5c72b63c3aa1a179b40992c02442f9919d211e6f86777cb1602ea31da5aabb6289f71e0e7d0 SHA512 39278fc73060b0d3901f2a498ea087ce12cb1dd731f5ed06f133985cdede743da8d954aa4b79203d35c09994f0143a27fe599537e9d30f2f4f08849b3ae6e0f0
EBUILD prezzibenzina-py-1.1.4.ebuild 871 BLAKE2B 0476efd9b37497a9c621f85e7545d20ba8f4c1a0c23e82b51f0e43d2a4e199d1faf91c5a217dc2037fdd473288d6f3a1e98d5bac694e5488d5016ca228c121bc SHA512 ecf0b4df762c17db03f513b8bcd802e12a1a70ffdfccce27fd4763bc726d3598f99d0c52b48c9aba2700d12a556679ddb541c8d7803d695a5a53720a16262f48
MISC metadata.xml 464 BLAKE2B f97b0a5fda19d0a2906f03c582f125620803f5d9d061dc280bd8370dbea0d453f34d54af5fa2538ea90911c17e54ecc5bfe80df478316e0ad138f4a572ecf547 SHA512 ab07a5d66be47ee9a6dd1aee779a307ffdf11b81bd2d80f9413ac721d0cfa35e061ebdcfe4734bc1f6ad08a5b72f9fcf39c10372f1c315063620cc9856afeb2d

View File

@@ -1,15 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">prezzibenzina-py</remote-id>
<maintainer status="unknown">
<email>me@eliseomartelli.it</email>
<name>Eliseo Martelli</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@@ -1,34 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
MY_PN=${PN/-/_}
DESCRIPTION="A python package to get Prezzibenzina info"
HOMEPAGE="https://github.com/eliseomartelli/prezzibenzina_py https://pypi.org/project/prezzibenzina-py/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=">=dev-python/requests-2.0[${PYTHON_USEDEP}]
dev-python/beautifulsoup:4[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
S="${WORKDIR}/${MY_PN}-${PV}"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}