mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
net-misc/geoipyupdate: new package, add 0.0.1
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
This commit is contained in:
1
net-misc/geoipyupdate/Manifest
Normal file
1
net-misc/geoipyupdate/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST geoipyupdate-0.0.1.tar.gz 17000 BLAKE2B e68d044fc748f0876745a21cb77e8098367ab7e260ff53e0e6b68ad88d7c1deb4b6f3977eeaf61a1b0a54f30f0fc32e302a89e996a9ccb69f9dc9c48c3d0df03 SHA512 8e78866f083b3ab8ef445d82e4d9081f7f59437348638e951c615f610e382ac5b7f9dc08c3a28735322442a22d276cfed12dcd375ac613f0d18f10ef94b200b7
|
||||
26
net-misc/geoipyupdate/geoipyupdate-0.0.1.ebuild
Normal file
26
net-misc/geoipyupdate/geoipyupdate-0.0.1.ebuild
Normal file
@@ -0,0 +1,26 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{11..12} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Simple python replacement for the MaxMind geoipupdate program"
|
||||
HOMEPAGE="https://michael.orlitzky.com/code/geoipyupdate.xhtml"
|
||||
SRC_URI="https://michael.orlitzky.com/code/releases/${P}.tar.gz"
|
||||
|
||||
LICENSE="AGPL-3+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
|
||||
|
||||
DOCS=( README.rst doc/geoipyupdate-sample.toml )
|
||||
|
||||
src_install() {
|
||||
distutils-r1_src_install
|
||||
doman doc/man1/geoipyupdate.1
|
||||
}
|
||||
7
net-misc/geoipyupdate/metadata.xml
Normal file
7
net-misc/geoipyupdate/metadata.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>mjo@gentoo.org</email>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user