public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/gazpacho/
@ 2023-02-03 12:55 Henri Gasc
  0 siblings, 0 replies; 3+ messages in thread
From: Henri Gasc @ 2023-02-03 12:55 UTC (permalink / raw
  To: gentoo-commits

commit:     74d6fc1b3f97f0facdadf6d1ce50f36289fa444e
Author:     Henri Gasc <gasc <AT> eurecom <DOT> fr>
AuthorDate: Fri Feb  3 12:55:08 2023 +0000
Commit:     Henri Gasc <gasc <AT> eurecom <DOT> fr>
CommitDate: Fri Feb  3 12:55:08 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=74d6fc1b

dev-python/gazpacho: new package, add 1.1

Signed-off-by: Henri Gasc <gasc <AT> eurecom.fr>

 dev-python/gazpacho/Manifest            |  1 +
 dev-python/gazpacho/gazpacho-1.1.ebuild | 24 ++++++++++++++++++++++++
 dev-python/gazpacho/metadata.xml        | 12 ++++++++++++
 3 files changed, 37 insertions(+)

diff --git a/dev-python/gazpacho/Manifest b/dev-python/gazpacho/Manifest
new file mode 100644
index 000000000..03fd6a836
--- /dev/null
+++ b/dev-python/gazpacho/Manifest
@@ -0,0 +1 @@
+DIST v1.1.gh.tar.gz 4447075 BLAKE2B ec6f9addfe53d2d559b5106cf261fe736aaf4e8ebb958f5b9dd7ee6cfa1175796f12fc7b22fd09c8808b949752b451183cc0db3c853c28dde04d0323a4ddb45d SHA512 53744cc75677aef2307b532b51fe6c805a6be27434a526f84bc76add9c6369a261bb6bfc5b8b88227304d1612bac8a183b13c846ec1e3e9ef3c1ea4d9e1c0dff

diff --git a/dev-python/gazpacho/gazpacho-1.1.ebuild b/dev-python/gazpacho/gazpacho-1.1.ebuild
new file mode 100644
index 000000000..4c7619716
--- /dev/null
+++ b/dev-python/gazpacho/gazpacho-1.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="The simple, fast, and modern web scraping library"
+HOMEPAGE="https://github.com/maxhumber/gazpacho https://pypi.org/project/gazpacho/"
+SRC_URI="https://github.com/maxhumber/gazpacho/archive/refs/tags/v${PV}.tar.gz -> v${PV}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=""
+BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+DEPEND="${BDEPEND}"
+
+distutils_enable_tests pytest

diff --git a/dev-python/gazpacho/metadata.xml b/dev-python/gazpacho/metadata.xml
new file mode 100644
index 000000000..bee9cd45c
--- /dev/null
+++ b/dev-python/gazpacho/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
+<pkgmetadata>
+	<maintainer type="person">
+		<email>gasc@eurecom.fr</email>
+		<name>Gasc Henri</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="pypi">gazpacho</remote-id>
+		<remote-id type="github">maxhumber/gazpacho</remote-id>
+	</upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/gazpacho/
@ 2023-02-04 21:30 Henri Gasc
  0 siblings, 0 replies; 3+ messages in thread
From: Henri Gasc @ 2023-02-04 21:30 UTC (permalink / raw
  To: gentoo-commits

commit:     15391e543eff7700dc0ae676dde560eaeac477a5
Author:     Henri Gasc <gasc <AT> eurecom <DOT> fr>
AuthorDate: Sat Feb  4 21:29:58 2023 +0000
Commit:     Henri Gasc <gasc <AT> eurecom <DOT> fr>
CommitDate: Sat Feb  4 21:30:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=15391e54

dev-python/gazpacho: Allow the use of internet for tests

Closes: https://bugs.gentoo.org/893194
Signed-off-by: Henri Gasc <gasc <AT> eurecom.fr>

 dev-python/gazpacho/gazpacho-1.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/gazpacho/gazpacho-1.1.ebuild b/dev-python/gazpacho/gazpacho-1.1.ebuild
index 4c7619716..bf70ddeb5 100644
--- a/dev-python/gazpacho/gazpacho-1.1.ebuild
+++ b/dev-python/gazpacho/gazpacho-1.1.ebuild
@@ -21,4 +21,5 @@ RDEPEND=""
 BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 DEPEND="${BDEPEND}"
 
+PROPERTIES="test_network"
 distutils_enable_tests pytest


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/gazpacho/
@ 2024-04-12 10:05 Henri Gasc
  0 siblings, 0 replies; 3+ messages in thread
From: Henri Gasc @ 2024-04-12 10:05 UTC (permalink / raw
  To: gentoo-commits

commit:     fd5332851971e8fae32198ab86ce18c523a78299
Author:     Henri Gasc <gasc <AT> eurecom <DOT> fr>
AuthorDate: Fri Apr 12 10:05:12 2024 +0000
Commit:     Henri Gasc <gasc <AT> eurecom <DOT> fr>
CommitDate: Fri Apr 12 10:05:12 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fd533285

dev-python/gazpacho: treeclean

Signed-off-by: Henri Gasc <gasc <AT> eurecom.fr>

 dev-python/gazpacho/Manifest            |  1 -
 dev-python/gazpacho/gazpacho-1.1.ebuild | 24 ------------------------
 dev-python/gazpacho/metadata.xml        | 12 ------------
 3 files changed, 37 deletions(-)

diff --git a/dev-python/gazpacho/Manifest b/dev-python/gazpacho/Manifest
deleted file mode 100644
index 03fd6a8365..0000000000
--- a/dev-python/gazpacho/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST v1.1.gh.tar.gz 4447075 BLAKE2B ec6f9addfe53d2d559b5106cf261fe736aaf4e8ebb958f5b9dd7ee6cfa1175796f12fc7b22fd09c8808b949752b451183cc0db3c853c28dde04d0323a4ddb45d SHA512 53744cc75677aef2307b532b51fe6c805a6be27434a526f84bc76add9c6369a261bb6bfc5b8b88227304d1612bac8a183b13c846ec1e3e9ef3c1ea4d9e1c0dff

diff --git a/dev-python/gazpacho/gazpacho-1.1.ebuild b/dev-python/gazpacho/gazpacho-1.1.ebuild
deleted file mode 100644
index c082f13419..0000000000
--- a/dev-python/gazpacho/gazpacho-1.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="The simple, fast, and modern web scraping library"
-HOMEPAGE="https://github.com/maxhumber/gazpacho https://pypi.org/project/gazpacho/"
-SRC_URI="https://github.com/maxhumber/gazpacho/archive/refs/tags/v${PV}.tar.gz -> v${PV}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-DEPEND="${BDEPEND}"
-
-PROPERTIES="test_network"
-distutils_enable_tests pytest

diff --git a/dev-python/gazpacho/metadata.xml b/dev-python/gazpacho/metadata.xml
deleted file mode 100644
index bee9cd45c3..0000000000
--- a/dev-python/gazpacho/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
-<pkgmetadata>
-	<maintainer type="person">
-		<email>gasc@eurecom.fr</email>
-		<name>Gasc Henri</name>
-	</maintainer>
-	<upstream>
-		<remote-id type="pypi">gazpacho</remote-id>
-		<remote-id type="github">maxhumber/gazpacho</remote-id>
-	</upstream>
-</pkgmetadata>


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

end of thread, other threads:[~2024-04-12 10:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-04 21:30 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/gazpacho/ Henri Gasc
  -- strict thread matches above, loose matches on Subject: below --
2024-04-12 10:05 Henri Gasc
2023-02-03 12:55 Henri Gasc

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