summaryrefslogtreecommitdiff
path: root/dev-python/unidiff
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-04-26 01:44:55 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-04-26 01:44:55 +0000
commit8ecd3cccb2e1be57105e34ea9436dbc3902c8d66 (patch)
tree7ce60e45175cd9fb8d8a02145c9756a6ec85a70a /dev-python/unidiff
parent814375c4ec384019c52cbd5e6dcb265eed12b62f (diff)
downloadbaldeagleos-repo-8ecd3cccb2e1be57105e34ea9436dbc3902c8d66.tar.gz
baldeagleos-repo-8ecd3cccb2e1be57105e34ea9436dbc3902c8d66.tar.xz
baldeagleos-repo-8ecd3cccb2e1be57105e34ea9436dbc3902c8d66.zip
Adding metadata
Diffstat (limited to 'dev-python/unidiff')
-rw-r--r--dev-python/unidiff/Manifest1
-rw-r--r--dev-python/unidiff/metadata.xml13
-rw-r--r--dev-python/unidiff/unidiff-0.6.0.ebuild20
3 files changed, 34 insertions, 0 deletions
diff --git a/dev-python/unidiff/Manifest b/dev-python/unidiff/Manifest
new file mode 100644
index 000000000000..d0d25efe4c5f
--- /dev/null
+++ b/dev-python/unidiff/Manifest
@@ -0,0 +1 @@
+DIST unidiff-0.6.0.tar.gz 17734 BLAKE2B 4268553c31209ac1e125aee1db3808250cf9a605d7e0a0a6db257588e3c2dada3044a800a2fa0cb590ff6d388881babd3a3a34c637a4360f54b22f26ed9f5563 SHA512 2e4d30221a3f3230c3559936e7423bdb32d36127eac5c1c7b3c3dc9946ea7276c5074d7fb962e80117052830f98b4dfa1af9bfdea8369293ba77ccef86303f87
diff --git a/dev-python/unidiff/metadata.xml b/dev-python/unidiff/metadata.xml
new file mode 100644
index 000000000000..60c9d525a8b4
--- /dev/null
+++ b/dev-python/unidiff/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>dolsen@gentoo.org</email>
+ <name>Brian Dolbec</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">unidiff</remote-id>
+ <remote-id type="github">matiasb/python-unidiff</remote-id>
+ </upstream>
+ <origin>gentoo-staging</origin>
+</pkgmetadata> \ No newline at end of file
diff --git a/dev-python/unidiff/unidiff-0.6.0.ebuild b/dev-python/unidiff/unidiff-0.6.0.ebuild
new file mode 100644
index 000000000000..1a6342b9f8fb
--- /dev/null
+++ b/dev-python/unidiff/unidiff-0.6.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8,9,10} )
+DISTUTILS_USE_SETUPTOOLS=bdepend
+inherit distutils-r1
+
+DESCRIPTION="Unified diff parsing/metadata extraction library"
+HOMEPAGE="https://github.com/matiasb/python-unidiff https://pypi.org/project/unidiff/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+distutils_enable_tests unittest