update pyatv-0.10.0
update miniaudio-1.45 add srptools-1.0.1
This commit is contained in:
3
dev-python/srptools/Manifest
Normal file
3
dev-python/srptools/Manifest
Normal file
@@ -0,0 +1,3 @@
|
||||
DIST srptools-1.0.1.tar.gz 15436 BLAKE2B bfa7e2805f84357eda276a73c6922e7bc42c07994f5ce45357be7c81ff0b80a00e0bbf2cb3d1d6a6ce2720303f0645a3cefb6aa5e00da5532acb45d400d34a99 SHA512 62ca138e283d89d7989361dca78f2bf550464c89d354ce4ec2ff55932105f53f86dd81506a9390b8d49aed177291c94db3bb94e920244e70b7ecb4db3dc6e3e0
|
||||
EBUILD srptools-1.0.1.ebuild 781 BLAKE2B 0684eaffee4844cd741026f6dbc56568ee275fd2995df031076b39541712bc186e446107293a1bbc92fd5379dbc7cde5ceae38114c95040a70fc54be58acf2d1 SHA512 20d3d37f5ef971fe50eca8a7341377b7642a62975c7af847ffdf7ed1edd590e8aca244d36efd58ee1850e2df9ffd0b51578f7949414adccfb768f893056534e9
|
||||
MISC metadata.xml 464 BLAKE2B efca4c6b1e04129b2e778080cb2b640d4036e43b0b3c3767fe2a24d19ef088be3778bfa0d0700bce04c0e43fc7729b5118abee6bfe34a9c6ed249aa898fb7c9f SHA512 eb5f57e21082c2bb46d835b32d0074346fab07526478c06d1c6bb028290d18948a8387be88da254e04bdfd2ff8bd84e915d42efe331efe8c6ac74f2f0a2f5e0d
|
||||
15
dev-python/srptools/metadata.xml
Normal file
15
dev-python/srptools/metadata.xml
Normal 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">srptools</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>idlesign@yandex.ru</email>
|
||||
<name>Igor `idle sign` Starikov</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
33
dev-python/srptools/srptools-1.0.1.ebuild
Normal file
33
dev-python/srptools/srptools-1.0.1.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="Tools to implement Secure Remote Password (SRP) authentication"
|
||||
HOMEPAGE="https://github.com/idlesign/srptools https://pypi.org/project/srptools/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
DOCS=""
|
||||
|
||||
RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-runner[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
Reference in New Issue
Block a user