Skip to content

Commit 58af2c2

Browse files
committed
dev-python/freenub: new package, add 0.1.0
Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 66604d1 commit 58af2c2

File tree

3 files changed

+44
-0
lines changed

3 files changed

+44
-0
lines changed

dev-python/freenub/Manifest

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
DIST freenub-0.1.0.tar.gz 67005 BLAKE2B 279251abcfa48e1e4dfef12dcac68bfed1efb895a2d20852111614ff6b98b3564060030cfbb7257ab028e42a22a8471464104b355c2efc289f932c571bc3baa6 SHA512 691ab410071f1951e788c4c85841c0a41f194d84ec093e2a10f9544ac870066e17a72a11b205c606bc608ab8ad711e084c884bf1b5b08f349b76ac35b062a2af
2+
EBUILD freenub-0.1.0.ebuild 649 BLAKE2B 4f78519d37c758705ffe383341370dd7eed9e6a376d2441a789cfc9e5395057eaee8524631e95efae0382717dd84eaf5b12baee697cec1d51ed870c79c9d529f SHA512 3d6506166a2a8678b58591bdb28400c85c0272adf6984f3b7e731e40cb188bc2009c3d0da91e7094a334a238e8a5eecc13064c3b7799c89fade1c11430d800a7
3+
MISC metadata.xml 505 BLAKE2B b064364ff263b3c97598cf538bf92bd1a94ddb1073925c7637fc97d0b0cac754f462676ca26442d782bb83fe3045ba182829046613d8bca9de909558e2c28336 SHA512 bd6be8c942400bd311fed0e0683c194f7c13b71eacf201837d9eb2be8ee38b9769879ced10ceda889d01ac8b579098f0e839de17dae393559a48d58f3be3d89d
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Copyright 1999-2024 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
PYTHON_COMPAT=( python3_{11..13} )
7+
DISTUTILS_USE_PEP517=poetry
8+
inherit distutils-r1 pypi
9+
10+
DESCRIPTION="This is a fork of pubnub when it still had an MIT license"
11+
HOMEPAGE="https://github.com/bdraco/freenub https://pypi.org/project/freenub/"
12+
13+
LICENSE="MIT"
14+
SLOT="0"
15+
KEYWORDS="amd64 arm arm64 x86"
16+
IUSE="test"
17+
RESTRICT="!test? ( test )"
18+
19+
DOCS="README.md"
20+
21+
RDEPEND=">=dev-python/pycryptodomex-3.20.0[${PYTHON_USEDEP}]
22+
>=dev-python/requests-2.4[${PYTHON_USEDEP}]
23+
>=dev-python/cbor2-5.6.4[${PYTHON_USEDEP}]"
24+
25+
distutils_enable_tests pytest

dev-python/freenub/metadata.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3+
<pkgmetadata>
4+
<maintainer type="project">
5+
<email>[email protected]</email>
6+
<name>Andreas Billmeier</name>
7+
</maintainer>
8+
<upstream>
9+
<remote-id type="pypi">freenub</remote-id>
10+
<remote-id type="github">bdraco/freenub</remote-id>
11+
<maintainer status="unknown">
12+
<email>[email protected]</email>
13+
<name>J. Nick Koston</name>
14+
</maintainer>
15+
</upstream>
16+
</pkgmetadata>

0 commit comments

Comments
 (0)