From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3F7DD15800F for ; Fri, 3 Feb 2023 21:15:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0386BE0825; Fri, 3 Feb 2023 21:15:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DD01CE0825 for ; Fri, 3 Feb 2023 21:15:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 36495335DA8 for ; Fri, 3 Feb 2023 21:15:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB6BE8A8 for ; Fri, 3 Feb 2023 21:15:26 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1675428908.74d6fc1b3f97f0facdadf6d1ce50f36289fa444e.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/gazpacho/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/gazpacho/Manifest dev-python/gazpacho/gazpacho-1.1.ebuild dev-python/gazpacho/metadata.xml X-VCS-Directories: dev-python/gazpacho/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 74d6fc1b3f97f0facdadf6d1ce50f36289fa444e X-VCS-Branch: master Date: Fri, 3 Feb 2023 21:15:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9245139e-8994-4bf2-892b-d1926e28fd47 X-Archives-Hash: ff19038cd551375b9b78eef9bd60d87d commit: 74d6fc1b3f97f0facdadf6d1ce50f36289fa444e Author: Henri Gasc eurecom fr> AuthorDate: Fri Feb 3 12:55:08 2023 +0000 Commit: Andrew Ammerlaan gentoo org> 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 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 @@ + + + + + gasc@eurecom.fr + Gasc Henri + + + gazpacho + maxhumber/gazpacho + +