dev-python/pyvoip: add 1.6.5
This commit is contained in:
parent
ed47de281f
commit
07afee3cb0
@ -1 +1,2 @@
|
|||||||
DIST pyvoip-1.6.4.gh.tar.gz 50602 BLAKE2B ff8c511a60d629f16fa26173158413c92958bcf3529ed41515d97c6cda184d2e568570543fe872bcfd50f8415557a396a72c5d2cb237703ce3f4c128f7ef2d90 SHA512 b259a68012a912620859ead88c5c76511ef3b76b7f3c230268741334aabd072269f75216799c2bdc9d5cb6a41691f5094eca4250bfc0b2cb0af5e1a7a2cb71a9
|
DIST pyvoip-1.6.4.gh.tar.gz 50602 BLAKE2B ff8c511a60d629f16fa26173158413c92958bcf3529ed41515d97c6cda184d2e568570543fe872bcfd50f8415557a396a72c5d2cb237703ce3f4c128f7ef2d90 SHA512 b259a68012a912620859ead88c5c76511ef3b76b7f3c230268741334aabd072269f75216799c2bdc9d5cb6a41691f5094eca4250bfc0b2cb0af5e1a7a2cb71a9
|
||||||
|
DIST pyvoip-1.6.5.gh.tar.gz 55451 BLAKE2B 72ce021961c0cd01f0c429eaa9e55dbf252a11ab519ff4fdbbea7c0c2e954d9d50609a17c81012e95cba8da72cb5f1e28a1d67149a1a080bc719cb9320bfc945 SHA512 69703fd357924e090c66399d5733f3c484a82214ca198259c05f223fbe6dbc8f8e195349daf19037007ba3a942ad500e28b7c0578f3bcd430c08d17d18307e70
|
||||||
|
31
dev-python/pyvoip/pyvoip-1.6.5.ebuild
Normal file
31
dev-python/pyvoip/pyvoip-1.6.5.ebuild
Normal 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
|
Loading…
Reference in New Issue
Block a user