mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
pysecretsocks: qa fixes
This commit is contained in:
parent
ee0217cc9d
commit
230d0389d8
4 changed files with 21 additions and 6 deletions
1
dev-python/pysecretsocks/Manifest
Normal file
1
dev-python/pysecretsocks/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST pysecretsocks-20221201.gh.tar.gz 6910 BLAKE2B 18a9b53044ed613aff387da0e1a2d3272f9255940b95f98f46947a3ca86aec964efa1b540dcaf42da99cbc3e880e5f155ca6cce0ffdc0319397e6167614d9c2c SHA512 902ca8069c9eea87cf73b4edde23eadad7803a6388aaa90af14cd6587a542a4b23441cc40d6d9cd6351174e641ac4e34df676ab078274cb6299eb77aa7c5423f
|
||||
8
dev-python/pysecretsocks/metadata.xml
Normal file
8
dev-python/pysecretsocks/metadata.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<upstream>
|
||||
<remote-id type="github">BC-SECURITY/PySecretSOCKS</remote-id>
|
||||
<remote-id type="pypi">pysecretsocks</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
|
@ -4,19 +4,25 @@
|
|||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{10..11} )
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
|
||||
inherit distutils-r1 git-r3
|
||||
inherit distutils-r1
|
||||
|
||||
EGIT_REPO_URI="https://github.com/BC-SECURITY/PySecretSOCKS.git"
|
||||
EGIT_COMMIT_DATE="${PV}"
|
||||
if [ "${PV}" = "9999" ]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/BC-SECURITY/PySecretSOCKS.git"
|
||||
else
|
||||
EGIT_COMMIT="43c0beda33d5f7939d2a434a873b36fc395f6204"
|
||||
SRC_URI="https://github.com/BC-SECURITY/PySecretSOCKS/archive/${EGIT_COMMIT}.tar.gz -> ${P}.gh.tar.gz"
|
||||
KEYWORDS="amd64 ~arm64 x86"
|
||||
S="${WORKDIR}/PySecretSOCKS-${EGIT_COMMIT}"
|
||||
fi
|
||||
|
||||
DESCRIPTION="A python SOCKS server for tunneling connections over another channel."
|
||||
HOMEPAGE="https://github.com/BC-SECURITY/PySecretSOCKS"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64 x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=""
|
||||
|
|
|
|||
|
|
@ -38,4 +38,4 @@ PentooCI =
|
|||
UnknownManifest
|
||||
UnknownMirror
|
||||
#UnstatedIuse
|
||||
#VisibleVcsPkg
|
||||
VisibleVcsPkg
|
||||
|
|
|
|||
Loading…
Reference in a new issue