From 40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 28 Apr 2021 20:21:43 +0100 Subject: gentoo resync : 28.04.2021 --- dev-python/unidiff/Manifest | 3 +++ dev-python/unidiff/metadata.xml | 16 ++++++++++++++++ dev-python/unidiff/unidiff-0.6.0.ebuild | 20 ++++++++++++++++++++ 3 files changed, 39 insertions(+) create mode 100644 dev-python/unidiff/Manifest create mode 100644 dev-python/unidiff/metadata.xml create mode 100644 dev-python/unidiff/unidiff-0.6.0.ebuild (limited to 'dev-python/unidiff') diff --git a/dev-python/unidiff/Manifest b/dev-python/unidiff/Manifest new file mode 100644 index 000000000000..9737037c59a2 --- /dev/null +++ b/dev-python/unidiff/Manifest @@ -0,0 +1,3 @@ +DIST unidiff-0.6.0.tar.gz 17734 BLAKE2B 4268553c31209ac1e125aee1db3808250cf9a605d7e0a0a6db257588e3c2dada3044a800a2fa0cb590ff6d388881babd3a3a34c637a4360f54b22f26ed9f5563 SHA512 2e4d30221a3f3230c3559936e7423bdb32d36127eac5c1c7b3c3dc9946ea7276c5074d7fb962e80117052830f98b4dfa1af9bfdea8369293ba77ccef86303f87 +EBUILD unidiff-0.6.0.ebuild 520 BLAKE2B 28f152d57f12c1b4e7c0aefd55aca515090460c4624cb0f4677bb8a2854e2a17825b1da36a4314027cb549202d07ab8624d4599560e5450b385ccfc565a3533f SHA512 86aa820c098ac31997698c81842266967c6116d2b30441df5071bff6a16f6b5fc4e1ccc66a13aa87e6a20329acd47610083190fd54e01c0ea47b85f58505154e +MISC metadata.xml 476 BLAKE2B c33a1fa441f88d9867e61deeea5226edfa55d96a4de7e2e71e26c9a6d2ee9812eb2f41057b49cfc9d553552b4e3fbcc03e2853bf2dffea61a5371bc52831c4cd SHA512 24c28689f410b6da29e66bf83a7ac4055445909875f2aec69070caf9ce5bdb92c9caeb4305e236cdaa4327244234dbb24f39cc2bd8e68f435450b352faf3d474 diff --git a/dev-python/unidiff/metadata.xml b/dev-python/unidiff/metadata.xml new file mode 100644 index 000000000000..7308e5a3d3f8 --- /dev/null +++ b/dev-python/unidiff/metadata.xml @@ -0,0 +1,16 @@ + + + + + dolsen@gentoo.org + Brian Dolbec + + + + mbordese@gmail.com + Matias Bordese + + unidiff + matiasb/python-unidiff + + 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..9827339cdb5e --- /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_{7,8,9} ) +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 ~arm64" +IUSE="test" +RESTRICT="!test? ( test )" + +distutils_enable_tests unittest -- cgit v1.2.3