public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: www-apps/twint/
Date: Thu, 24 Sep 2020 12:50:56 +0000 (UTC)	[thread overview]
Message-ID: <1600951684.d8910214290a21965343c13431de1ed8eec27c27.andrewammerlaan@gentoo> (raw)
Message-ID: <20200924125056.B93RJAA49pQLI18AjO88tiLT50d4LVPX0NFoMGpJ-3g@z> (raw)

commit:     d8910214290a21965343c13431de1ed8eec27c27
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Sep 24 12:48:04 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Sep 24 12:48:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d8910214

www-apps/twint: drop old and py3.6

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 www-apps/twint/Manifest            |  2 --
 www-apps/twint/twint-2.1.18.ebuild | 43 --------------------------------------
 www-apps/twint/twint-2.1.19.ebuild | 43 --------------------------------------
 www-apps/twint/twint-2.1.20.ebuild |  2 +-
 4 files changed, 1 insertion(+), 89 deletions(-)

diff --git a/www-apps/twint/Manifest b/www-apps/twint/Manifest
index 4538f254..faf4eeff 100644
--- a/www-apps/twint/Manifest
+++ b/www-apps/twint/Manifest
@@ -1,3 +1 @@
-DIST twint-2.1.18.tar.gz 33213 BLAKE2B 74d8634ad178b40af726347ee144766bc5ae2480842ad617739a12ed469bf7692247bdc4dc5d979a081b88a223ce2649924cf89a6c0ff77acd10142f2290865c SHA512 0060d5f496bd19e74e72243ce83202204eacd28b57db7440ae83d112c96ea962512adf12e590e0843cf5231b1922cfcc943725aaeb2ab31127522be26e7fc9a7
-DIST twint-2.1.19.tar.gz 33142 BLAKE2B aca837c3473543414f57e728b67c46394959a51ecf4fc9b4b1be6f0914a6de79f3afcd725449eb25babfbbdc9786cc3ae74744414489efc4d01b5110c39bc306 SHA512 0318ba4432401f7deace23ca45060f3d380bf28fbdbeee554684606b92c163260cfe352d1c76f1e639aaf451e883b15b09d05b867af55394987503fbcb66d95b
 DIST twint-2.1.20.tar.gz 33518 BLAKE2B 6a7401357d7c08956a05d046cf5daec61c854b618c9cf647c2c014091b4be4b55337f598dccf772b146b215a740855449049600a6251cd7899a01afc82ba8dea SHA512 022c855b660d4a30eb7d4c864147a520b92b45048db2e6869df23cf9ab9b23b6812f74de6452d8b4b439ca02dd6742349a5c097f9b3d19222e7365034b21b864

diff --git a/www-apps/twint/twint-2.1.18.ebuild b/www-apps/twint/twint-2.1.18.ebuild
deleted file mode 100644
index 0a311419..00000000
--- a/www-apps/twint/twint-2.1.18.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_6 )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="Twitter scraping & OSINT tool written in Python that doesn't use Twitter's API"
-HOMEPAGE="
-	https://github.com/twintproject/twint
-	https://pypi.org/project/twint
-"
-SRC_URI="https://github.com/twintproject/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-#tests require network
-RESTRICT="test"
-
-RDEPEND="
-	dev-python/aiohttp[${PYTHON_USEDEP}]
-	dev-python/aiohttp-socks[${PYTHON_USEDEP}]
-	dev-python/aiodns[${PYTHON_USEDEP}]
-	dev-python/beautifulsoup[${PYTHON_USEDEP}]
-	dev-python/cchardet[${PYTHON_USEDEP}]
-	dev-python/elasticsearch-py[${PYTHON_USEDEP}]
-	dev-python/fake-useragent[${PYTHON_USEDEP}]
-	dev-python/geopy[${PYTHON_USEDEP}]
-	dev-python/googletransx[${PYTHON_USEDEP}]
-	>=dev-python/pandas-0.23.0[${PYTHON_USEDEP}]
-	dev-python/PySocks[${PYTHON_USEDEP}]
-	dev-python/schedule[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-
-python_test() {
-	"${EPYTHON}" test.py -v || die
-}

diff --git a/www-apps/twint/twint-2.1.19.ebuild b/www-apps/twint/twint-2.1.19.ebuild
deleted file mode 100644
index 650e54b0..00000000
--- a/www-apps/twint/twint-2.1.19.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_6 )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="Twitter scraping & OSINT tool written in Python that doesn't use Twitter's API"
-HOMEPAGE="
-	https://github.com/twintproject/twint
-	https://pypi.org/project/twint
-"
-SRC_URI="https://github.com/twintproject/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-#tests require network
-RESTRICT="test"
-
-RDEPEND="
-	dev-python/aiohttp[${PYTHON_USEDEP}]
-	dev-python/aiohttp-socks[${PYTHON_USEDEP}]
-	dev-python/aiodns[${PYTHON_USEDEP}]
-	dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
-	dev-python/cchardet[${PYTHON_USEDEP}]
-	dev-python/elasticsearch-py[${PYTHON_USEDEP}]
-	dev-python/fake-useragent[${PYTHON_USEDEP}]
-	dev-python/geopy[${PYTHON_USEDEP}]
-	dev-python/googletransx[${PYTHON_USEDEP}]
-	>=dev-python/pandas-0.23.0[${PYTHON_USEDEP}]
-	dev-python/PySocks[${PYTHON_USEDEP}]
-	dev-python/schedule[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-
-python_test() {
-	"${EPYTHON}" test.py -v || die
-}

diff --git a/www-apps/twint/twint-2.1.20.ebuild b/www-apps/twint/twint-2.1.20.ebuild
index 1e80811b..39b14054 100644
--- a/www-apps/twint/twint-2.1.20.ebuild
+++ b/www-apps/twint/twint-2.1.20.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_7 )
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1


             reply	other threads:[~2020-09-24 12:51 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-24 13:01 Andrew Ammerlaan [this message]
2020-09-24 12:50 ` [gentoo-commits] repo/proj/guru:dev commit in: www-apps/twint/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2021-10-09  6:44 [gentoo-commits] repo/proj/guru:master " Arthur Zamarin
2021-04-13 13:22 Andrew Ammerlaan
2020-06-09 16:37 Andrew Ammerlaan
2020-04-28  7:44 Andrew Ammerlaan
2020-04-28  7:44 Andrew Ammerlaan
2020-04-09 11:58 Andrew Ammerlaan
2020-04-09 11:58 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=1600951684.d8910214290a21965343c13431de1ed8eec27c27.andrewammerlaan@gentoo \
    --to=andrewammerlaan@riseup.net \
    --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