summaryrefslogtreecommitdiff
path: root/dev-python/agate-dbf
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-06-21 17:32:00 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-06-21 17:32:00 +0100
commit61f10f985e19dfe20a4d9552902625edd5b6eabb (patch)
tree50db31971b38c4e0358253ef5005058a46fc773e /dev-python/agate-dbf
parent34dea8e38f88007799629d0a56b12dec480b1d21 (diff)
gentoo resync : 21.06.2021
Diffstat (limited to 'dev-python/agate-dbf')
-rw-r--r--dev-python/agate-dbf/Manifest3
-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, 38 insertions, 0 deletions
diff --git a/dev-python/agate-dbf/Manifest b/dev-python/agate-dbf/Manifest
new file mode 100644
index 000000000000..376ab3960726
--- /dev/null
+++ b/dev-python/agate-dbf/Manifest
@@ -0,0 +1,3 @@
+DIST agate-dbf-0.2.2.tar.gz 2863 BLAKE2B 112b03e1a02b70e63f77195a999a60a59b4e02af55da2b9d94e9d535f557c4193129dcb8ce3f91d93cbc6e19196705009574e3b9e5073f9934d00636bb4b2abd SHA512 3e99404dfcd521010bc3eb5899871dfc63581e03604f80b0a42d4db48f486137fd48685024decd380d346ac5c2089a0d19dd9229893e8d5337b9bd9d7b4eb3b6
+EBUILD agate-dbf-0.2.2.ebuild 555 BLAKE2B ac80cdb6f1b9970be9e22966f1b314ab0cfd02d77fad96c5be6ab04421c333e016365df4f12d2cc9b5d6ef1e7b4364ea57cd99b080dd1eb842c4f59d9bc006ed SHA512 cb39a873ff3ed0e1363e0b4e0913a00a08747a83ddca117b42439fefc717f51a429402ad75c83c3dad6e0fa63c8cbab233139f75990d7fabeba576cc8ee409cc
+MISC metadata.xml 512 BLAKE2B ec17367c2f3f9e56074f83615fd39f5edb146abe932307a4c775456e711d784c0a4636bf6dc8859c62b37cc4132735a728296211c95ebcc3b8f55ae74d10d45a SHA512 e830ccb01745a1d493655184bf1a899bfbd4bccde225fc7fcefe6b3979d28a80adb93783cb0fbb5844de04f31895ecbbc8790e13ea6485f0eb388576f9ff7c33
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>