outline-vpn-api-6.3.0.ebuild

This commit is contained in:
Anton Bolshakov 2025-07-19 20:45:42 +08:00
parent c8056687ed
commit bce7dab6b0
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
3 changed files with 34 additions and 0 deletions

View file

@ -0,0 +1 @@
DIST outline-vpn-api-6.3.0.tar.gz 5050 BLAKE2B 462d02a8d31f32fc7b875cff7a61b720661fbe540b5799ca546a2dfe6ddf9e8ae1ddb0c2490055029e73c8d39f73d7d4da2b1bb464a43d4ed37ffe7af4e78a57 SHA512 2011a7e368db15ca67f47d3ea93ae3e33aeefc158d5dffd539e5f077b41daf1f1d79a3138235c90497932e1a07953bf892d41c51c57fbd6c7cb3e26f08d82fc4

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>unknown@pentoo.ch</email>
<name>Author Unknown</name>
</maintainer>
<upstream>
<remote-id type="pypi">outline-vpn-api</remote-id>
<remote-id type="github">jadolg/outline-vpn-api</remote-id>
</upstream>
</pkgmetadata>

View file

@ -0,0 +1,21 @@
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYPI_NO_NORMALIZE=1
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1 pypi
DESCRIPTION="A Python API wrapper for Outline VPN"
HOMEPAGE="https://github.com/jadolg/outline-vpn-api"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"