public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/scrapy/
Date: Fri, 17 Mar 2023 03:30:41 +0000 (UTC)	[thread overview]
Message-ID: <1679023697.9753327f8e055bf15c8c49840dd17046249a939e.julien@gentoo> (raw)

commit:     9753327f8e055bf15c8c49840dd17046249a939e
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Fri Mar 17 03:28:17 2023 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Fri Mar 17 03:28:17 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9753327f

dev-python/scrapy: drop 2.6.3

Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 dev-python/scrapy/Manifest            |  1 -
 dev-python/scrapy/scrapy-2.6.3.ebuild | 59 -----------------------------------
 2 files changed, 60 deletions(-)

diff --git a/dev-python/scrapy/Manifest b/dev-python/scrapy/Manifest
index 68c309a9c..2584b3dc2 100644
--- a/dev-python/scrapy/Manifest
+++ b/dev-python/scrapy/Manifest
@@ -1,2 +1 @@
-DIST scrapy-2.6.3.tar.gz 1312210 BLAKE2B 48dd845eda2bf96a2c69f5fb95fd2cdd9203e16d50251a46cedf38e5241de21aa01099b735bb79bdee4cc8687c32bf7724779a01de8eca2f8ff1c1d95d04a749 SHA512 4248fdde8e71e8045811ef1ce78bf30939a705d1d0a075025e79f15ceca357391345e24a7990bf63e9c98b5ee099b95535fc134f49175c0275bef5393da2a5c8
 DIST scrapy-2.8.0.tar.gz 1345516 BLAKE2B 9a02d50cfde6c829e6c9064f29b75de4fb97139759b7822e20914ad3edfae104df3b4d65452f58bae6f4b7af4407ed87c6dc59000e5285e823637e54f1412102 SHA512 c758e8aad459aad5f447e6e721afd3c8e8f5743c8a0961d7562ecea9735444a2a2b7fd1b4c443fd3623fcb9bd3db5fdd108aa6fe7fa629a36229a3175eabac7d

diff --git a/dev-python/scrapy/scrapy-2.6.3.ebuild b/dev-python/scrapy/scrapy-2.6.3.ebuild
deleted file mode 100644
index 698f73302..000000000
--- a/dev-python/scrapy/scrapy-2.6.3.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..10} )
-inherit distutils-r1
-
-DESCRIPTION="A high-level Web Crawling and Web Scraping framework"
-HOMEPAGE="https://scrapy.org/"
-SRC_URI="https://github.com/scrapy/scrapy/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT=0
-KEYWORDS="~amd64"
-
-# The 'PyDispatcher>=2.0.5' distribution was not found and is required by Scrapy
-# https://bugs.gentoo.org/684734
-RDEPEND="${PYTHON_DEPS}
-	dev-python/cssselect[${PYTHON_USEDEP}]
-	dev-python/cryptography[${PYTHON_USEDEP}]
-	<dev-python/priority-2.0.0[${PYTHON_USEDEP}]
-	<dev-python/h2-4.0.0[${PYTHON_USEDEP}]
-	dev-python/itemadapter[${PYTHON_USEDEP}]
-	dev-python/itemloaders[${PYTHON_USEDEP}]
-	dev-python/lxml[${PYTHON_USEDEP}]
-	dev-python/parsel[${PYTHON_USEDEP}]
-	dev-python/protego[${PYTHON_USEDEP}]
-	>=dev-python/pydispatcher-2.0.5[${PYTHON_USEDEP}]
-	dev-python/pyopenssl[${PYTHON_USEDEP}]
-	dev-python/queuelib[${PYTHON_USEDEP}]
-	dev-python/service_identity[${PYTHON_USEDEP}]
-	dev-python/six[${PYTHON_USEDEP}]
-	dev-python/tldextract[${PYTHON_USEDEP}]
-	>=dev-python/twisted-17.9.0[${PYTHON_USEDEP}]
-	dev-python/w3lib[${PYTHON_USEDEP}]
-	dev-python/zope-interface[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-	test? (
-		dev-python/testfixtures[${PYTHON_USEDEP}]
-		dev-python/uvloop[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests pytest
-
-PATCHES=( "${FILESDIR}/${PN}-2.5.1-no-doctest.patch" )
-
-python_test() {
-	py.test -vv --ignore=docs \
-		--ignore="tests/test_proxy_connect.py" \
-		--ignore="tests/test_utils_display.py" \
-		--ignore="tests/test_command_check.py" \
-		--ignore="tests/test_feedexport.py" \
-		--ignore="tests/test_pipeline_files.py" \
-		--ignore="tests/test_pipeline_images.py" \
-		--ignore="tests/test_squeues.py" || die
-}


             reply	other threads:[~2023-03-17  3:30 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-17  3:30 Julien Roy [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-12-29  2:12 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/scrapy/ Aisha Tammy
2023-07-05 13:59 Anna Vyalkova
2023-06-14 16:59 Julien Roy
2023-03-17  3:30 Julien Roy
2023-03-17  3:30 Julien Roy
2023-03-17  3:30 Julien Roy
2023-02-24 14:17 Aisha Tammy
2022-10-01  1:40 Aisha Tammy
2022-08-14 11:46 Aisha Tammy
2022-08-14  2:06 Aisha Tammy
2022-08-14  2:06 Aisha Tammy
2021-12-01 20:33 Andrew Ammerlaan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1679023697.9753327f8e055bf15c8c49840dd17046249a939e.julien@gentoo \
    --to=julien@jroy.ca \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox