public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/TakeTheTime/
@ 2022-06-08 22:24 David Roman
  0 siblings, 0 replies; 4+ messages in thread
From: David Roman @ 2022-06-08 22:24 UTC (permalink / raw
  To: gentoo-commits

commit:     c492ad4f0902aa723358b27e6dca427cfe4b4cf8
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Wed Jun  8 22:24:26 2022 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Wed Jun  8 22:24:26 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c492ad4f

dev-python/TakeTheTime: new package, add 0.3.1

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 dev-python/TakeTheTime/Manifest                 |  1 +
 dev-python/TakeTheTime/TakeTheTime-0.3.1.ebuild | 21 +++++++++++++++++++++
 dev-python/TakeTheTime/metadata.xml             |  8 ++++++++
 3 files changed, 30 insertions(+)

diff --git a/dev-python/TakeTheTime/Manifest b/dev-python/TakeTheTime/Manifest
new file mode 100644
index 000000000..ff55b8211
--- /dev/null
+++ b/dev-python/TakeTheTime/Manifest
@@ -0,0 +1 @@
+DIST TakeTheTime-0.3.1.tar.gz 2072 BLAKE2B 2ac8001bc5afe01dd502a7580b9dbe7f4dea7e12c44ddca9e7e1b12a70f3dc38b417702cb69431df75bc81168187cf39d42c8e0860d98ae25b038c0b868b6b6c SHA512 fd31cd909717ed0ada764699e450caae3e0a12f90c563ade99e060acff88f663d9ba386944ee6f6571737785ada5aceb4fdc41a52d0f0ff7202e732c621396ea

diff --git a/dev-python/TakeTheTime/TakeTheTime-0.3.1.ebuild b/dev-python/TakeTheTime/TakeTheTime-0.3.1.ebuild
new file mode 100644
index 000000000..2c4e5ca59
--- /dev/null
+++ b/dev-python/TakeTheTime/TakeTheTime-0.3.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2022 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Take The Time, a super-neat Python library for timing chunks of code"
+HOMEPAGE="https://github.com/ErikBjare/TakeTheTime"
+LICENSE="MIT"
+
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+KEYWORDS="~amd64"
+SLOT="0"
+
+# Not available for now
+RESTRICT="test"

diff --git a/dev-python/TakeTheTime/metadata.xml b/dev-python/TakeTheTime/metadata.xml
new file mode 100644
index 000000000..01c1fc848
--- /dev/null
+++ b/dev-python/TakeTheTime/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>davidroman96@gmail.com</email>
+		<name>David Roman</name>
+	</maintainer>
+</pkgmetadata>


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/TakeTheTime/
@ 2022-07-11 19:22 Anna Vyalkova
  0 siblings, 0 replies; 4+ messages in thread
From: Anna Vyalkova @ 2022-07-11 19:22 UTC (permalink / raw
  To: gentoo-commits

commit:     53e5eb920d6617049445672f89687651ba94e93b
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon Jul 11 18:23:56 2022 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Mon Jul 11 18:23:56 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=53e5eb92

dev-python/TakeTheTime: enable py3.11

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

 dev-python/TakeTheTime/TakeTheTime-0.3.1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/TakeTheTime/TakeTheTime-0.3.1.ebuild b/dev-python/TakeTheTime/TakeTheTime-0.3.1.ebuild
index 8cd9ab4dd..1cdb4b648 100644
--- a/dev-python/TakeTheTime/TakeTheTime-0.3.1.ebuild
+++ b/dev-python/TakeTheTime/TakeTheTime-0.3.1.ebuild
@@ -3,9 +3,8 @@
 
 EAPI=8
 
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-
 inherit distutils-r1
 
 DESCRIPTION="Take The Time, a super-neat Python library for timing chunks of code"


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/TakeTheTime/
@ 2023-03-17 13:10 Anna Vyalkova
  0 siblings, 0 replies; 4+ messages in thread
From: Anna Vyalkova @ 2023-03-17 13:10 UTC (permalink / raw
  To: gentoo-commits

commit:     3e4c02f3ed16443df13eae72d62981faa66da328
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Mar 17 13:06:14 2023 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Fri Mar 17 13:06:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3e4c02f3

dev-python/TakeTheTime: Use pypi.eclass

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

 dev-python/TakeTheTime/TakeTheTime-0.3.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/TakeTheTime/TakeTheTime-0.3.1.ebuild b/dev-python/TakeTheTime/TakeTheTime-0.3.1.ebuild
index 3e44a3d14..190a25b74 100644
--- a/dev-python/TakeTheTime/TakeTheTime-0.3.1.ebuild
+++ b/dev-python/TakeTheTime/TakeTheTime-0.3.1.ebuild
@@ -5,13 +5,13 @@ EAPI=8
 
 PYTHON_COMPAT=( python3_{9..11} pypy3 )
 DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
+PYPI_NO_NORMALIZE=1
+inherit distutils-r1 pypi
 
 DESCRIPTION="Take The Time, a super-neat Python library for timing chunks of code"
 HOMEPAGE="https://github.com/ErikBjare/TakeTheTime"
 LICENSE="MIT"
 
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 KEYWORDS="~amd64"
 SLOT="0"


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/TakeTheTime/
@ 2023-08-17 12:23 David Roman
  0 siblings, 0 replies; 4+ messages in thread
From: David Roman @ 2023-08-17 12:23 UTC (permalink / raw
  To: gentoo-commits

commit:     7607bbceb4eed4057be1c613bc443e1aba3d687b
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Thu Aug 17 12:22:44 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Aug 17 12:23:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7607bbce

dev-python/TakeTheTime: update SRC_URI

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 dev-python/TakeTheTime/Manifest                 |  2 +-
 dev-python/TakeTheTime/TakeTheTime-0.3.1.ebuild | 15 ++++++++++-----
 2 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/dev-python/TakeTheTime/Manifest b/dev-python/TakeTheTime/Manifest
index ff55b8211d..b920959efd 100644
--- a/dev-python/TakeTheTime/Manifest
+++ b/dev-python/TakeTheTime/Manifest
@@ -1 +1 @@
-DIST TakeTheTime-0.3.1.tar.gz 2072 BLAKE2B 2ac8001bc5afe01dd502a7580b9dbe7f4dea7e12c44ddca9e7e1b12a70f3dc38b417702cb69431df75bc81168187cf39d42c8e0860d98ae25b038c0b868b6b6c SHA512 fd31cd909717ed0ada764699e450caae3e0a12f90c563ade99e060acff88f663d9ba386944ee6f6571737785ada5aceb4fdc41a52d0f0ff7202e732c621396ea
+DIST TakeTheTime-0.3.1.gh.tar.gz 2916 BLAKE2B 841edd7e06d45ce6f2774a8464c391500651a9762ff85115d9b13d9f45e68f7ae7e0aef0d588d5e9cce0ee98b1c5343cef83fe9b026c074cbe27c2e6837ffb72 SHA512 ef33101d850ff39ed85b5f26fa90fb7ece1e85ee39e7f611b444e0d2cba181698cc99bd4183285b24da2a740b6fbf315f2f35d7f67ce67b53acefab0b2eaaee5

diff --git a/dev-python/TakeTheTime/TakeTheTime-0.3.1.ebuild b/dev-python/TakeTheTime/TakeTheTime-0.3.1.ebuild
index a8a43745f1..fd6d03ccb5 100644
--- a/dev-python/TakeTheTime/TakeTheTime-0.3.1.ebuild
+++ b/dev-python/TakeTheTime/TakeTheTime-0.3.1.ebuild
@@ -3,18 +3,23 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
 DISTUTILS_USE_PEP517=setuptools
 PYPI_NO_NORMALIZE=1
-inherit distutils-r1 pypi
+inherit distutils-r1
 
 DESCRIPTION="Take The Time, a super-neat Python library for timing chunks of code"
 HOMEPAGE="https://github.com/ErikBjare/TakeTheTime"
-LICENSE="MIT"
 
+# pypi doesn't contains the tests
+SRC_URI="https://github.com/ErikBjare/TakeTheTime/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+LICENSE="MIT"
 
 KEYWORDS="~amd64"
 SLOT="0"
 
-# Not available for now
-RESTRICT="test"
+distutils_enable_tests unittest
+
+python_test() {
+	eunittest tests
+}


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

end of thread, other threads:[~2023-08-17 12:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-08 22:24 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/TakeTheTime/ David Roman
  -- strict thread matches above, loose matches on Subject: below --
2022-07-11 19:22 Anna Vyalkova
2023-03-17 13:10 Anna Vyalkova
2023-08-17 12:23 David Roman

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