summaryrefslogtreecommitdiff
path: root/dev-python/dbfread
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/dbfread
parent34dea8e38f88007799629d0a56b12dec480b1d21 (diff)
gentoo resync : 21.06.2021
Diffstat (limited to 'dev-python/dbfread')
-rw-r--r--dev-python/dbfread/Manifest3
-rw-r--r--dev-python/dbfread/dbfread-2.0.7.ebuild17
-rw-r--r--dev-python/dbfread/metadata.xml13
3 files changed, 33 insertions, 0 deletions
diff --git a/dev-python/dbfread/Manifest b/dev-python/dbfread/Manifest
new file mode 100644
index 000000000000..bf347a1a94d9
--- /dev/null
+++ b/dev-python/dbfread/Manifest
@@ -0,0 +1,3 @@
+DIST dbfread-2.0.7.tar.gz 33212 BLAKE2B 03c9a0d93b13c7573b5bcec6c5af1ac43bd00ead2b3e83638f45344b2344062e86d764b095e699afdaea2405176ee15122c975a2f72b25bd167f5faaaf33043b SHA512 86c3a29e351b985984be67401a6dfe3e39cd92451a122788ade83d65313dde37a3706ce36c4365bd36ba1df62ee057b625f1e0f077aa4a248c7456258189f548
+EBUILD dbfread-2.0.7.ebuild 428 BLAKE2B 96d522cdaf2d408830b51706aac73caff5c06c5f14ff8a79434043c2330dcbe561de0706f23ab033d35488c835ac83b0dac1dd2d6916466a124138abeafcd9d5 SHA512 75d114591ce70d3a61e3f0197d7cfc9b495ef99f4076adb0db0b88ed146e7f73e7dffe0db6c2a9f06fc67ee2a1c090177d9fa786fdeb1606839bf86203ec50f8
+MISC metadata.xml 475 BLAKE2B 834e270558a82002735ab817b6e6e83aecb475baae25f1fe8085544938bcfced988311d2e100a3b3784b732f3d468aaecd5818405780b2f081eca29ad40586d9 SHA512 f51775fbf3d7cc1e5c3038a5e485cea8b14eb26116d51bf88aa6e1d0c0fa1545a127c40a97cf569e5e3e5b812392e50e8ba69b69b3ea38af628717a8e9af13ec
diff --git a/dev-python/dbfread/dbfread-2.0.7.ebuild b/dev-python/dbfread/dbfread-2.0.7.ebuild
new file mode 100644
index 000000000000..f9a2f5858661
--- /dev/null
+++ b/dev-python/dbfread/dbfread-2.0.7.ebuild
@@ -0,0 +1,17 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_USE_SETUPTOOLS=bdepend
+
+inherit distutils-r1
+
+DESCRIPTION="Read DBF Files with Python"
+HOMEPAGE="https://github.com/olemb/dbfread https://pypi.org/project/dbfread/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+RDEPEND=""
diff --git a/dev-python/dbfread/metadata.xml b/dev-python/dbfread/metadata.xml
new file mode 100644
index 000000000000..756d2b8b2cfe
--- /dev/null
+++ b/dev-python/dbfread/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/olemb/dbfread/issues</bugs-to>
+ <changelog>https://github.com/olemb/dbfread/commits/master</changelog>
+ <remote-id type="pypi">dbfread</remote-id>
+ <remote-id type="github">olemb/dbfread</remote-id>
+ </upstream>
+</pkgmetadata>