summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2021-06-21 00:28:45 -0700
committerZac Medico <zmedico@gentoo.org>2021-06-21 00:40:53 -0700
commit9362fb2a3be8f129f788a867d8c3741e6b3d98fb (patch)
tree6c0aee3d0ed851f2c3f86bfbd69d053fe13d0a59 /dev-python/agate-dbf
parentsys-cluster/lmod: version bump to 8.5.3 (diff)
downloadgentoo-9362fb2a3be8f129f788a867d8c3741e6b3d98fb.tar.gz
gentoo-9362fb2a3be8f129f788a867d8c3741e6b3d98fb.tar.bz2
gentoo-9362fb2a3be8f129f788a867d8c3741e6b3d98fb.zip
dev-python/agate-dbf: Initial import
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'dev-python/agate-dbf')
-rw-r--r--dev-python/agate-dbf/Manifest1
-rw-r--r--dev-python/agate-dbf/agate-dbf-0.2.2.ebuild22
-rw-r--r--dev-python/agate-dbf/metadata.xml13
3 files changed, 36 insertions, 0 deletions
diff --git a/dev-python/agate-dbf/Manifest b/dev-python/agate-dbf/Manifest
new file mode 100644
index 000000000000..455e50e3c9da
--- /dev/null
+++ b/dev-python/agate-dbf/Manifest
@@ -0,0 +1 @@
+DIST agate-dbf-0.2.2.tar.gz 2863 BLAKE2B 112b03e1a02b70e63f77195a999a60a59b4e02af55da2b9d94e9d535f557c4193129dcb8ce3f91d93cbc6e19196705009574e3b9e5073f9934d00636bb4b2abd SHA512 3e99404dfcd521010bc3eb5899871dfc63581e03604f80b0a42d4db48f486137fd48685024decd380d346ac5c2089a0d19dd9229893e8d5337b9bd9d7b4eb3b6
diff --git a/dev-python/agate-dbf/agate-dbf-0.2.2.ebuild b/dev-python/agate-dbf/agate-dbf-0.2.2.ebuild
new file mode 100644
index 000000000000..40f14f916124
--- /dev/null
+++ b/dev-python/agate-dbf/agate-dbf-0.2.2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{8..9} )
+DISTUTILS_USE_SETUPTOOLS=bdepend
+
+inherit distutils-r1
+
+DESCRIPTION="Adds read support for DBF files to agate."
+HOMEPAGE="https://github.com/wireservice/agate-dbf https://pypi.org/project/agate-dbf/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+RDEPEND=""
+
+RDEPEND="
+ >=dev-python/agate-1.5.0[${PYTHON_USEDEP}]
+ >=dev-python/dbfread-2.0.5[${PYTHON_USEDEP}]
+"
diff --git a/dev-python/agate-dbf/metadata.xml b/dev-python/agate-dbf/metadata.xml
new file mode 100644
index 000000000000..93b393c9134f
--- /dev/null
+++ b/dev-python/agate-dbf/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>zmedico@gentoo.org</email>
+ </maintainer>
+ <upstream>
+ <bugs-to>https://github.com/wireservice/agate-dbf/issues</bugs-to>
+ <changelog>https://github.com/wireservice/agate-dbf/blob/master/CHANGELOG.rst</changelog>
+ <remote-id type="pypi">agate-dbf</remote-id>
+ <remote-id type="github">wireservice/agate-dbf</remote-id>
+ </upstream>
+</pkgmetadata>