1
0

dev-python/pyvoip: new package, add 1.6.4, 9999

This commit is contained in:
Ryan Fox 2023-03-26 20:33:17 -07:00
parent e0c113af66
commit 83befcae02
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
4 changed files with 75 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST pyvoip-1.6.4.gh.tar.gz 50602 BLAKE2B ff8c511a60d629f16fa26173158413c92958bcf3529ed41515d97c6cda184d2e568570543fe872bcfd50f8415557a396a72c5d2cb237703ce3f4c128f7ef2d90 SHA512 b259a68012a912620859ead88c5c76511ef3b76b7f3c230268741334aabd072269f75216799c2bdc9d5cb6a41691f5094eca4250bfc0b2cb0af5e1a7a2cb71a9

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>flewkey@2a03.party</email>
<name>Ryan Fox</name>
</maintainer>
<upstream>
<remote-id type="pypi">pyVoIP</remote-id>
<remote-id type="github">tayler6000/pyVoIP</remote-id>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,31 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/tayler6000/pyVoIP.git"
else
SRC_URI="https://github.com/tayler6000/pyVoIP/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
KEYWORDS="~amd64"
MY_PN="pyVoIP"
MY_P="${MY_PN}-${PV}"
S="${WORKDIR}/${MY_P}"
fi
DESCRIPTION="Python SIP/RTP library"
HOMEPAGE="https://github.com/tayler6000/pyVoIP"
LICENSE="GPL-3"
SLOT="0"
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""
distutils_enable_tests pytest

View File

@ -0,0 +1,31 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/tayler6000/pyVoIP.git"
else
SRC_URI="https://github.com/tayler6000/pyVoIP/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
KEYWORDS="~amd64"
MY_PN="pyVoIP"
MY_P="${MY_PN}-${PV}"
S="${WORKDIR}/${MY_P}"
fi
DESCRIPTION="Python SIP/RTP library"
HOMEPAGE="https://github.com/tayler6000/pyVoIP"
LICENSE="GPL-3"
SLOT="0"
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""
distutils_enable_tests pytest