add awesomeversion-21.1.3, bump awesomeversion-21.1.8

This commit is contained in:
Andreas Billmeier 2021-01-31 13:55:16 +01:00 committed by Andreas Billmeier
parent 358e5b40b9
commit e971eeceb8
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
5 changed files with 85 additions and 0 deletions

View File

@ -49,6 +49,7 @@
* bump home-assistant-frontend-20210127.3 & home-assistant-frontend-20210127.5
* bump simplisafe-python-9.6.4
* bump youtube_dl-2021.1.24.1
* add awesomeversion-21.1.3, bump awesomeversion-21.1.8
2021-01-21
* add scapy-2.4.4

View File

@ -0,0 +1,5 @@
DIST awesomeversion-21.1.3.tar.gz 7259 BLAKE2B bee59b29bf10ce4a724e68c817cbc863ec40fee4b4f1e0041ebaa40afbb740bea3565a9a729501267e7aa59a1975f1cc82b7f8c266d44dc5e8807049f6505721 SHA512 88f0f3258e67d2aa065fcdc0d892b2aa5b1028e560afa96c3037d4c7f390bfbdf37ed9c20e5561844b1c0a9b714be1b8d537a1c0b46481bf96bdeb970dce01ff
DIST awesomeversion-21.1.8.tar.gz 7829 BLAKE2B 88f32caa329be276509dfa7a07204382bd03333006b3be686320824bca35a0263529cad644ee5e32d4276a34f15d3c26d7cbb5c51addb789175a6c4870b395f3 SHA512 b378977d301725b3d5b4ffedf68d8d0cbec6f9b66473d72a21f564b1c992419a029a70652c07a2a82adcbb2982fa851beb1c0e59c203471fc362837ff6fab640
EBUILD awesomeversion-21.1.3.ebuild 804 BLAKE2B 70e295e9172ccc27cab230ef7bb0ce3283f12c322197d6a53f2b52f35dd903f7ed73a0012c28ce6381ed002e55b48bd8c3be3a26403dffaf07de0e69a0c9b757 SHA512 e13a6861b149104fd6dbdc180836c3bbe955ed99a2624934620f94c1cb32bc35886182404067141b91ef0ab0a50ef8a24bff247fc1589776c371c662a2d85a77
EBUILD awesomeversion-21.1.8.ebuild 804 BLAKE2B 70e295e9172ccc27cab230ef7bb0ce3283f12c322197d6a53f2b52f35dd903f7ed73a0012c28ce6381ed002e55b48bd8c3be3a26403dffaf07de0e69a0c9b757 SHA512 e13a6861b149104fd6dbdc180836c3bbe955ed99a2624934620f94c1cb32bc35886182404067141b91ef0ab0a50ef8a24bff247fc1589776c371c662a2d85a77
MISC metadata.xml 448 BLAKE2B 624a8222c7aba81c8fa4ee01e17a3529cbe10ea5a41d05b402aceeaffa9765c9027487edfed1fe9164fdf0c1cda5aea1b0d8aa83bac3adf20e5a096e3fee4af6 SHA512 300de368be480a2eef6412da67984fddc3c5c8f12c300d7ff0c4f40e82c1620057b05d192d57d1ec6360f6e52a0e33244ade0ac8ed4e100bf915867bfa15fc2e

View File

@ -0,0 +1,32 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{7..9} )
inherit distutils-r1
DESCRIPTION="One version package to rule them all, One version package to find them, One version package to bring them all, and in the darkness bind them."
HOMEPAGE="https://github.com/ludeeus/awesomeversion https://pypi.org/project/awesomeversion/"
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.md"
RDEPEND=""
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
}

View File

@ -0,0 +1,32 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{7..9} )
inherit distutils-r1
DESCRIPTION="One version package to rule them all, One version package to find them, One version package to bring them all, and in the darkness bind them."
HOMEPAGE="https://github.com/ludeeus/awesomeversion https://pypi.org/project/awesomeversion/"
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.md"
RDEPEND=""
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
}

View File

@ -0,0 +1,15 @@
<?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">awesomeversion</remote-id>
<maintainer status="unknown">
<email>hi@ludeeus.dev</email>
<name>Ludeeus</name>
</maintainer>
</upstream>
</pkgmetadata>