summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-p2p/rsstorrent/rsstorrent-0.8-r2.ebuild (renamed from net-p2p/rsstorrent/rsstorrent-0.8-r1.ebuild)9
1 files changed, 4 insertions, 5 deletions
diff --git a/net-p2p/rsstorrent/rsstorrent-0.8-r1.ebuild b/net-p2p/rsstorrent/rsstorrent-0.8-r2.ebuild
index b808498..7b3a220 100644
--- a/net-p2p/rsstorrent/rsstorrent-0.8-r1.ebuild
+++ b/net-p2p/rsstorrent/rsstorrent-0.8-r2.ebuild
@@ -4,21 +4,20 @@
EAPI="8"
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=(python3_{9..11})
+PYTHON_COMPAT=(python3_{11..12})
inherit distutils-r1 vcs-snapshot
DESCRIPTION="Tool for automatically downloading torrents using RSS feeds"
-HOMEPAGE="http://azp.github.com/rsstorrent/"
-SRC_URI="https://github.com/AzP/rsstorrent/archive/v${PV} -> ${P}.tar.gz"
+HOMEPAGE="https://azp.github.io/rsstorrent/"
+SRC_URI="https://github.com/AzP/rsstorrent/releases/tag/v${PV} -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-DEPEND=""
-RDEPEND="${DEPEND}
+RDEPEND="${PYTHON_DEPS}
dev-python/feedparser[${PYTHON_USEDEP}]
dev-python/python-daemon[${PYTHON_USEDEP}]"