Compare commits

...

5 Commits

Author SHA1 Message Date
Alarig Le Lay d2b625f3ce
dev-python/dublintraceroute: Adding support for py3.10
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
2022-07-04 14:08:05 +02:00
Alarig Le Lay 4d500dc9d2
net-analyzer/blaeu: Version bump to 1.1.8
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
2022-07-04 14:02:06 +02:00
Alarig Le Lay 7ec10bbc89
dev-python/cymruwhois: Adding support for py3.10
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
2022-07-04 14:01:49 +02:00
Alarig Le Lay 8d7523d89e
dev-python/proxmoxer: version bump to 1.3.1
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
2022-07-04 13:58:33 +02:00
Alarig Le Lay dceb897399
app-text/unicode: Version bump to 2.9
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
2022-07-04 13:53:30 +02:00
10 changed files with 125 additions and 6 deletions

View File

@ -1,2 +1,3 @@
DIST unicode_2.7.orig.tar.gz 20428 BLAKE2B b150f4bdc6249b89089fa75bf55fe96e0a07cc87dadf612f68c0606269d519c5da9c13e93b00778e5721ccf35dd43f181e5064b52decf9c93b4fb3960bb27d77 SHA512 ce072b1a706eb034ecf9dedbac41b42699b79a6de217444ded66efce52d9648e456d15eab8400a0b9adaa0947cac961afecb9bacb3e8422bc8db09a3dc3bd60f
DIST unicode_2.8.orig.tar.gz 20931 BLAKE2B 318166b56a6fe4a3e7be89bf0c7927353e1f4a06ea25c31767ae56215f0ef194f66f787a152432f6081c015bfd657a29f2ac483348409d50e1cab800c6247446 SHA512 8f399c61eda7edf945d3dae9fec2d2d7dc77694e78c118799a5dc945ff6b720f14cdcf033bc3ae5a9e934a10965733178620cd06c69841c71d1a0835bf47d804
DIST unicode_2.9.orig.tar.gz 21833 BLAKE2B cccdb83464dd65d533b9441111e39eb4846c8eacf306319c95e8fbd51c846c5eede448945026725f15311279d8fae6536156bbf96df90d59477bd0bada6ac6c9 SHA512 2e8bd8703856a81c1ebe635409af31ea48bc966bbc1546f0b9eff2d236f02dcf9dda953aec8d257518d85edaa50d3eaf52dd4be6e305cb5d328fcae3e30d0680

View File

@ -0,0 +1,27 @@
# Copyright 2020-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8,10} )
inherit distutils-r1
DESCRIPTION="display unicode character properties"
HOMEPAGE="https://tracker.debian.org/pkg/unicode"
SRC_URI="mirror://debian/pool/main/u/${PN}/${PN}_${PV}.orig.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="app-i18n/unicode-data"
RDEPEND="${DEPEND}"
BDEPEND=""
DOCS=(README{,-paracode} debian/changelog)
src_install() {
doman unicode.1
distutils-r1_src_install
}

View File

@ -1,9 +1,9 @@
# Copyright 2020 Gentoo Authors
# Copyright 2020-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
EAPI=8
PYTHON_COMPAT=( python3_{6,7,8,9} )
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Client for the whois.cymru.com service"

View File

@ -1,9 +1,9 @@
# Copyright 2020-2021 Gentoo Authors
# Copyright 2020-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
PYTHON_COMPAT=( python3_{6..9} )
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Python bindings for Dublin Traceroute"

View File

@ -0,0 +1,2 @@
DIST proxmoxer-1.3.0.tar.gz 15821 BLAKE2B 636bd47450c780e28c2d0164b3283a9765df3daeebe40897c2ba18b2d4c604e5b752629055ac55ddc5f819008c7d5b8deacecd4cb1cec5095d60e656a20cd478 SHA512 d81cfd6719fa5369e9df2afd878d14a5d2ebdd25de17766bf1db29acb50ae89d9e60f7cfbd897d51f61bfc5217395848113671f2649cd1d8f3cb2fe778c8091f
DIST proxmoxer-1.3.1.tar.gz 15387 BLAKE2B 35952f26b777bea34e5690acfb45d83720129aa4a5e57c7a8b2e023a1aacbd040f2710ed4f6f9e7889c06396159496a1372011a46932a26e0ee0ace758bf255a SHA512 9b27f73eb55d061a9acb559660a54b1bda12ab1506cf964f9ab30e7a534325233f7607970780f7860951d52f04b3371fab474a7225206b870944a0154b58c751

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>alarig@swordarmor.fr</email>
<name>Alarig Le Lay</name>
</maintainer>
</pkgmetadata>

View File

@ -0,0 +1,26 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_9 )
inherit distutils-r1 optfeature
DESCRIPTION="Python Wrapper for the Proxmox 2.x API (HTTP and SSH)"
HOMEPAGE="
https://pypi.org/project/proxmoxer/
"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND=""
BDEPEND=""
pkg_postinst() {
optfeature "https" dev-python/requests
optfeature "ssh_paramiko" dev-python/paramiko
}

View File

@ -0,0 +1,26 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..10} )
inherit distutils-r1 optfeature
DESCRIPTION="Python Wrapper for the Proxmox 2.x API (HTTP and SSH)"
HOMEPAGE="
https://pypi.org/project/proxmoxer/
"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND=""
BDEPEND=""
pkg_postinst() {
optfeature "https" dev-python/requests
optfeature "ssh_paramiko" dev-python/paramiko
}

View File

@ -1,2 +1,3 @@
DIST blaeu-release-1.1.3.tar.gz 31150 BLAKE2B e2393c0d4735b4de22a88999cb016e17d00b642d5c3dc8144a6cde89957089a377dd3a48f202bf5cda376ead63a1210c1e2b661396d176799fac60a47e6ab338 SHA512 1fee103540011aadc5ac2db8183abfead4bf9cd1350abe2560fea7c70cc93fce05247794d4715b09d4da46d4c7c1114b09117e867448410eed338e592f63380a
DIST blaeu-release-1.1.6.tar.gz 32274 BLAKE2B 47e92fbb07656a461e6304b25b382689efc7d060f952c34fec187e18a42953b0fcb135426b7114242c6c8c9d6a6bed1500dddd322d994bdaa31cda68dadd3bbc SHA512 c8916f1ff0ffc1926e7f03b0c7e35310d1a5cbd366eeb456cafe37afe649edea327aea32d652c66e431520d790473858b3a2e839b9d678f1559b831f43d92b53
DIST blaeu-release-1.1.8.tar.gz 32850 BLAKE2B e37301ef35deb327868b9b6b36d5abe49a27110ca9d2f34ccad1353a1635522fcbec58dcf0ced15b61ab634c38c97d2c6a7cf4146aef7743399a0891450166dc SHA512 c5b680042b3ad92780d2fcbaf57dabda3b0ee9b1dca03368320190792fdb57cbb50dae79c3dbd60691778cdedb4252f504c3a0b067b02c918d4b39830f4c63f9

View File

@ -0,0 +1,28 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Blaeu, creating measurements on RIPE Atlas probes"
HOMEPAGE="https://framagit.org/bortzmeyer/blaeu"
SRC_URI="https://framagit.org/bortzmeyer/${PN}/-/archive/release-${PV}/${PN}-release-${PV}.tar.gz"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="
dev-python/pyopenssl[${PYTHON_USEDEP}]
dev-python/cymruwhois[${PYTHON_USEDEP}]
dev-python/dnspython[${PYTHON_USEDEP}]
"
RDEPEND="${DEPEND}"
src_unpack() {
unpack ${A}
mv ${PN}-release-${PV} ${P}
}