Gentoo Archives: gentoo-commits

From: Andrea Postiglione <andrea.postiglione@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/dacite/
Date: Mon, 30 Nov 2020 15:22:56
Message-Id: 1606749759.0323988caa2f32edcee1aa9e93a7430729fd5ca1.andrea_postiglione@gentoo
1 commit: 0323988caa2f32edcee1aa9e93a7430729fd5ca1
2 Author: Andrea Postiglione <andrea.postiglione <AT> gmail <DOT> com>
3 AuthorDate: Mon Nov 30 15:22:39 2020 +0000
4 Commit: Andrea Postiglione <andrea.postiglione <AT> gmail <DOT> com>
5 CommitDate: Mon Nov 30 15:22:39 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0323988c
7
8 dev-python/dacite: Initial ebuild 1.6.0
9
10 Package-Manager: Portage-3.0.11, Repoman-3.0.2
11 Signed-off-by: Andrea Postiglione <andrea.postiglione <AT> gmail.com>
12
13 dev-python/dacite/Manifest | 1 +
14 dev-python/dacite/dacite-1.6.0.ebuild | 19 +++++++++++++++++++
15 dev-python/dacite/metadata.xml | 8 ++++++++
16 3 files changed, 28 insertions(+)
17
18 diff --git a/dev-python/dacite/Manifest b/dev-python/dacite/Manifest
19 new file mode 100644
20 index 00000000..69fce113
21 --- /dev/null
22 +++ b/dev-python/dacite/Manifest
23 @@ -0,0 +1 @@
24 +DIST dacite-1.6.0.tar.gz 22102 BLAKE2B 79bfa563feb1bd0fdf3541dbafc3ec15b370808e90625e7a7656a4155ba856324644a59b146307df19aca9a0aa68898478111757e37de065f2538932ceaa236f SHA512 034255f095589d309fe5805413d8b148f430cd20a0de305b7954083b530d516da1d8f3f00ebb5264a8cfb77f2b2a76f1e2d863e78bd191f1d85021c5553815da
25
26 diff --git a/dev-python/dacite/dacite-1.6.0.ebuild b/dev-python/dacite/dacite-1.6.0.ebuild
27 new file mode 100644
28 index 00000000..80a97cb8
29 --- /dev/null
30 +++ b/dev-python/dacite/dacite-1.6.0.ebuild
31 @@ -0,0 +1,19 @@
32 +# Copyright 1999-2020 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +PYTHON_COMPAT=( python3_{6,7,8,9} )
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="This module simplifies creation of data classes (PEP 557) from dictionaries"
41 +HOMEPAGE="https://github.com/konradhalas/dacite"
42 +SRC_URI="https://github.com/konradhalas/dacite/archive/v${PV}.tar.gz -> ${P}.tar.gz"
43 +
44 +SLOT="0"
45 +LICENSE="GPL-2"
46 +KEYWORDS="~amd64 ~x86"
47 +IUSE=""
48 +
49 +DEPEND=">=dev-lang/python-3.6"
50 +
51
52 diff --git a/dev-python/dacite/metadata.xml b/dev-python/dacite/metadata.xml
53 new file mode 100644
54 index 00000000..55b9e503
55 --- /dev/null
56 +++ b/dev-python/dacite/metadata.xml
57 @@ -0,0 +1,8 @@
58 +<?xml version="1.0" encoding="UTF-8"?>
59 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
60 +<pkgmetadata>
61 + <maintainer type="person">
62 + <email>andrea.postiglione@×××××.com</email>
63 + <name>Andrea Postiglione</name>
64 + </maintainer>
65 +</pkgmetadata>