public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/dacite/
@ 2020-12-03 11:36 Andrew Ammerlaan
  0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2020-12-03 11:36 UTC (permalink / raw
  To: gentoo-commits

commit:     0323988caa2f32edcee1aa9e93a7430729fd5ca1
Author:     Andrea Postiglione <andrea.postiglione <AT> gmail <DOT> com>
AuthorDate: Mon Nov 30 15:22:39 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Nov 30 15:22:39 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0323988c

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 <AT> gmail.com>

 dev-python/dacite/Manifest            |  1 +
 dev-python/dacite/dacite-1.6.0.ebuild | 19 +++++++++++++++++++
 dev-python/dacite/metadata.xml        |  8 ++++++++
 3 files changed, 28 insertions(+)

diff --git a/dev-python/dacite/Manifest b/dev-python/dacite/Manifest
new file mode 100644
index 00000000..69fce113
--- /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 00000000..80a97cb8
--- /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 00000000..55b9e503
--- /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>


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/dacite/
  2020-12-03 11:35 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
@ 2020-12-03 11:36 ` Andrew Ammerlaan
  0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2020-12-03 11:36 UTC (permalink / raw
  To: gentoo-commits

commit:     c3920ac12d4e1bb593c6e9e2ef267337ab0d5c7b
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Dec  3 11:35:30 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Dec  3 11:35:30 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c3920ac1

dev-python/dacite: remove trailing whitespace

remove empty blank line
remove unnecessary python dep, is added by eclass

Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/dacite/dacite-1.6.0.ebuild | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/dev-python/dacite/dacite-1.6.0.ebuild b/dev-python/dacite/dacite-1.6.0.ebuild
index 80a97cb8..f312d082 100644
--- a/dev-python/dacite/dacite-1.6.0.ebuild
+++ b/dev-python/dacite/dacite-1.6.0.ebuild
@@ -8,12 +8,8 @@ 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" 
+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"
-


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/dacite/
@ 2021-07-01  4:27 Jian Lin
  0 siblings, 0 replies; 5+ messages in thread
From: Jian Lin @ 2021-07-01  4:27 UTC (permalink / raw
  To: gentoo-commits

commit:     1a59db1e89a1dedc58aefb7daf087043c8d3ab8a
Author:     Matthew Bakhtiari <dev <AT> mtbk <DOT> me>
AuthorDate: Thu Jul  1 01:31:50 2021 +0000
Commit:     Jian Lin <jlin.gentoo <AT> outlook <DOT> com>
CommitDate: Thu Jul  1 01:31:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1a59db1e

dev-python/dacite: enable tests

Closes: https://bugs.gentoo.org/799065
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Matthew <dev <AT> mtbk.me>

 dev-python/dacite/dacite-1.6.0.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-python/dacite/dacite-1.6.0.ebuild b/dev-python/dacite/dacite-1.6.0.ebuild
index a168622d9..d0eb336c6 100644
--- a/dev-python/dacite/dacite-1.6.0.ebuild
+++ b/dev-python/dacite/dacite-1.6.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,3 +13,5 @@ SRC_URI="https://github.com/konradhalas/dacite/archive/v${PV}.tar.gz -> ${P}.tar
 SLOT="0"
 LICENSE="GPL-2"
 KEYWORDS="~amd64 ~x86"
+
+distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/dacite/
@ 2021-07-13  9:09 Andrew Ammerlaan
  0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2021-07-13  9:09 UTC (permalink / raw
  To: gentoo-commits

commit:     e7e8ef43b39de39292a6b36577c580a42e54ea79
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Jul 11 22:14:36 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Jul 11 22:14:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e7e8ef43

dev-python/dacite: update EAPI 7 -> 8

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-python/dacite/dacite-1.6.0.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-python/dacite/dacite-1.6.0.ebuild b/dev-python/dacite/dacite-1.6.0.ebuild
index d0eb336c6..2b59016e9 100644
--- a/dev-python/dacite/dacite-1.6.0.ebuild
+++ b/dev-python/dacite/dacite-1.6.0.ebuild
@@ -1,8 +1,9 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/dacite/
@ 2024-12-20  0:36 David Roman
  0 siblings, 0 replies; 5+ messages in thread
From: David Roman @ 2024-12-20  0:36 UTC (permalink / raw
  To: gentoo-commits

commit:     3c0eff0475bf2587c4be661fe45bf014338adc2e
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu Dec 19 13:09:57 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Dec 19 13:47:02 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3c0eff04

dev-python/dacite: disable benchmarks

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/dacite/dacite-1.8.1.ebuild | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/dev-python/dacite/dacite-1.8.1.ebuild b/dev-python/dacite/dacite-1.8.1.ebuild
index b0615e706..3f96bf80e 100644
--- a/dev-python/dacite/dacite-1.8.1.ebuild
+++ b/dev-python/dacite/dacite-1.8.1.ebuild
@@ -16,8 +16,13 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64"
 
-DEPEND="
-	test? ( dev-python/pytest-benchmark )
-"
+EPYTEST_IGNORE=(
+	# benchmarks
+	tests/performance
+)
 
 distutils_enable_tests pytest
+
+python_test() {
+	epytest -o "addopts="
+}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-12-20  0:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-20  0:36 [gentoo-commits] repo/proj/guru:master commit in: dev-python/dacite/ David Roman
  -- strict thread matches above, loose matches on Subject: below --
2021-07-13  9:09 Andrew Ammerlaan
2021-07-01  4:27 Jian Lin
2020-12-03 11:36 Andrew Ammerlaan
2020-12-03 11:35 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-12-03 11:36 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox