public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/preggy/
@ 2022-03-18  8:54 Alessandro Barbieri
  0 siblings, 0 replies; 2+ messages in thread
From: Alessandro Barbieri @ 2022-03-18  8:54 UTC (permalink / raw
  To: gentoo-commits

commit:     4474d4dd070badc7447b20eead9e41dc62c90567
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Fri Mar 18 08:43:30 2022 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Fri Mar 18 08:54:38 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4474d4dd

dev-python/preggy: initial import

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

 dev-python/preggy/Manifest            |  1 +
 dev-python/preggy/metadata.xml        | 12 ++++++++++++
 dev-python/preggy/preggy-1.4.4.ebuild | 32 ++++++++++++++++++++++++++++++++
 3 files changed, 45 insertions(+)

diff --git a/dev-python/preggy/Manifest b/dev-python/preggy/Manifest
new file mode 100644
index 000000000..b11b7e1cf
--- /dev/null
+++ b/dev-python/preggy/Manifest
@@ -0,0 +1 @@
+DIST preggy-1.4.4.tar.gz 23351 BLAKE2B ed656f848349c0cdb0f44151ded15db1b68b7358a4633417a6889b4be9397dc0de96dbd5f43bb26f748d9cd4f16532f1954f3978690afa9e792ce24fbe942b20 SHA512 6eb6073eb28ba8684f2795c1d9aa93c2a24e50063359a769f7f7d84da2928e25a0ca86d4ac268dce0c2462bbe1a73e76f496325b6175a1218025e15fb7ce4f4c

diff --git a/dev-python/preggy/metadata.xml b/dev-python/preggy/metadata.xml
new file mode 100644
index 000000000..197e61eb3
--- /dev/null
+++ b/dev-python/preggy/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>lssndrbarbieri@gmail.com</email>
+    <name>Alessandro Barbieri</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="github">heynemann/preggy</remote-id>
+    <remote-id type="pypi">preggy</remote-id>
+  </upstream>
+</pkgmetadata>

diff --git a/dev-python/preggy/preggy-1.4.4.ebuild b/dev-python/preggy/preggy-1.4.4.ebuild
new file mode 100644
index 000000000..4eac7d1e0
--- /dev/null
+++ b/dev-python/preggy/preggy-1.4.4.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="preggy is an assertion library for Python. What were you expecting?"
+HOMEPAGE="
+	https://github.com/heynemann/preggy
+	https://pypi.org/project/preggy/
+"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	dev-python/six[${PYTHON_USEDEP}]
+	dev-python/unidecode[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+	test? (
+		dev-python/yanc[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests nose


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/preggy/
@ 2022-07-06  0:59 Alessandro Barbieri
  0 siblings, 0 replies; 2+ messages in thread
From: Alessandro Barbieri @ 2022-07-06  0:59 UTC (permalink / raw
  To: gentoo-commits

commit:     174a0bace3ebe0b9549325b7b5d4ec456f7833e7
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Wed Jul  6 00:57:21 2022 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Wed Jul  6 00:57:21 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=174a0bac

dev-python/preggy: treeclean

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

 dev-python/preggy/Manifest            |  1 -
 dev-python/preggy/metadata.xml        | 12 ------------
 dev-python/preggy/preggy-1.4.4.ebuild | 32 --------------------------------
 3 files changed, 45 deletions(-)

diff --git a/dev-python/preggy/Manifest b/dev-python/preggy/Manifest
deleted file mode 100644
index b11b7e1cf..000000000
--- a/dev-python/preggy/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST preggy-1.4.4.tar.gz 23351 BLAKE2B ed656f848349c0cdb0f44151ded15db1b68b7358a4633417a6889b4be9397dc0de96dbd5f43bb26f748d9cd4f16532f1954f3978690afa9e792ce24fbe942b20 SHA512 6eb6073eb28ba8684f2795c1d9aa93c2a24e50063359a769f7f7d84da2928e25a0ca86d4ac268dce0c2462bbe1a73e76f496325b6175a1218025e15fb7ce4f4c

diff --git a/dev-python/preggy/metadata.xml b/dev-python/preggy/metadata.xml
deleted file mode 100644
index 197e61eb3..000000000
--- a/dev-python/preggy/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <maintainer type="person">
-    <email>lssndrbarbieri@gmail.com</email>
-    <name>Alessandro Barbieri</name>
-  </maintainer>
-  <upstream>
-    <remote-id type="github">heynemann/preggy</remote-id>
-    <remote-id type="pypi">preggy</remote-id>
-  </upstream>
-</pkgmetadata>

diff --git a/dev-python/preggy/preggy-1.4.4.ebuild b/dev-python/preggy/preggy-1.4.4.ebuild
deleted file mode 100644
index 4eac7d1e0..000000000
--- a/dev-python/preggy/preggy-1.4.4.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="preggy is an assertion library for Python. What were you expecting?"
-HOMEPAGE="
-	https://github.com/heynemann/preggy
-	https://pypi.org/project/preggy/
-"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-	dev-python/six[${PYTHON_USEDEP}]
-	dev-python/unidecode[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-	test? (
-		dev-python/yanc[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests nose


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

end of thread, other threads:[~2022-07-06  0:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-06  0:59 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/preggy/ Alessandro Barbieri
  -- strict thread matches above, loose matches on Subject: below --
2022-03-18  8:54 Alessandro Barbieri

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