diff options
author | Andrea Postiglione <andrea.postiglione@gmail.com> | 2020-11-30 16:22:39 +0100 |
---|---|---|
committer | Andrea Postiglione <andrea.postiglione@gmail.com> | 2020-11-30 16:22:39 +0100 |
commit | 0323988caa2f32edcee1aa9e93a7430729fd5ca1 (patch) | |
tree | 29b505bceb9771082c923af7613adbd63d743736 /dev-python | |
parent | dev-python/anyio: shorten description (diff) | |
download | guru-0323988caa2f32edcee1aa9e93a7430729fd5ca1.tar.gz guru-0323988caa2f32edcee1aa9e93a7430729fd5ca1.tar.bz2 guru-0323988caa2f32edcee1aa9e93a7430729fd5ca1.zip |
dev-python/dacite: Initial ebuild 1.6.0
Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Andrea Postiglione <andrea.postiglione@gmail.com>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/dacite/Manifest | 1 | ||||
-rw-r--r-- | dev-python/dacite/dacite-1.6.0.ebuild | 19 | ||||
-rw-r--r-- | dev-python/dacite/metadata.xml | 8 |
3 files changed, 28 insertions, 0 deletions
diff --git a/dev-python/dacite/Manifest b/dev-python/dacite/Manifest new file mode 100644 index 000000000..69fce113a --- /dev/null +++ b/dev-python/dacite/Manifest @@ -0,0 +1 @@ +DIST dacite-1.6.0.tar.gz 22102 BLAKE2B 79bfa563feb1bd0fdf3541dbafc3ec15b370808e90625e7a7656a4155ba856324644a59b146307df19aca9a0aa68898478111757e37de065f2538932ceaa236f SHA512 034255f095589d309fe5805413d8b148f430cd20a0de305b7954083b530d516da1d8f3f00ebb5264a8cfb77f2b2a76f1e2d863e78bd191f1d85021c5553815da diff --git a/dev-python/dacite/dacite-1.6.0.ebuild b/dev-python/dacite/dacite-1.6.0.ebuild new file mode 100644 index 000000000..80a97cb83 --- /dev/null +++ b/dev-python/dacite/dacite-1.6.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{6,7,8,9} ) + +inherit distutils-r1 + +DESCRIPTION="This module simplifies creation of data classes (PEP 557) from dictionaries" +HOMEPAGE="https://github.com/konradhalas/dacite" +SRC_URI="https://github.com/konradhalas/dacite/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=">=dev-lang/python-3.6" + diff --git a/dev-python/dacite/metadata.xml b/dev-python/dacite/metadata.xml new file mode 100644 index 000000000..55b9e5038 --- /dev/null +++ b/dev-python/dacite/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>andrea.postiglione@gmail.com</email> + <name>Andrea Postiglione</name> + </maintainer> +</pkgmetadata> |