* [gentoo-commits] repo/proj/guru:master commit in: dev-python/lyricwikia/
@ 2020-03-10 15:50 Andrew Ammerlaan
0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2020-03-10 15:50 UTC (permalink / raw
To: gentoo-commits
commit: adbf0875ff4c27b9b8bfd93782b135dbd52c3dc2
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Mar 10 15:41:35 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Mar 10 15:41:35 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=adbf0875
dev-python/lyricwikia: Add disclaimer as requested by author
Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/lyricwikia/lyricwikia-0.1.11.ebuild | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/dev-python/lyricwikia/lyricwikia-0.1.11.ebuild b/dev-python/lyricwikia/lyricwikia-0.1.11.ebuild
index 812fd1c..f69d71e 100644
--- a/dev-python/lyricwikia/lyricwikia-0.1.11.ebuild
+++ b/dev-python/lyricwikia/lyricwikia-0.1.11.ebuild
@@ -26,3 +26,7 @@ RDEPEND="
PATCHES="${FILESDIR}/${P}-skip-online-test.patch"
distutils_enable_tests pytest
+
+pkg_postinst() {
+ elog "Note that access to LyricWikia through this API (and products that use this API) should comply to the LyricWikia terms of use"
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/lyricwikia/
@ 2020-03-13 17:56 Andrew Ammerlaan
0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2020-03-13 17:56 UTC (permalink / raw
To: gentoo-commits
commit: 1731c31519388f3e32f1ab148dfc8b478920cdfb
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Mar 13 17:55:05 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Mar 13 17:55:05 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1731c315
dev-python/lyricwikia: pytest-runner should be in BDEPEND
Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/lyricwikia/lyricwikia-0.1.11.ebuild | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/dev-python/lyricwikia/lyricwikia-0.1.11.ebuild b/dev-python/lyricwikia/lyricwikia-0.1.11.ebuild
index f69d71e..b728042 100644
--- a/dev-python/lyricwikia/lyricwikia-0.1.11.ebuild
+++ b/dev-python/lyricwikia/lyricwikia-0.1.11.ebuild
@@ -15,11 +15,12 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-DEPEND="dev-python/pytest-runner[${PYTHON_USEDEP}]
- test? ( dev-python/responses[${PYTHON_USEDEP}] )"
+BDEPEND="dev-python/pytest-runner[${PYTHON_USEDEP}]"
+
+DEPEND="test? ( dev-python/responses[${PYTHON_USEDEP}] )"
RDEPEND="
- dev-python/beautifulsoup[${PYTHON_USEDEP}]
+ dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/lyricwikia/
@ 2020-03-27 12:40 Andrew Ammerlaan
2020-03-27 12:40 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
0 siblings, 1 reply; 4+ messages in thread
From: Andrew Ammerlaan @ 2020-03-27 12:40 UTC (permalink / raw
To: gentoo-commits
commit: 51a0d611f41917fb6b5a5042e09a09b2a9d1a922
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Mar 27 12:37:50 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Mar 27 12:37:50 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=51a0d611
dev-python/lyricwikia: do not depend on deprecated dep
Package-Manager: Portage-2.3.96, Repoman-2.3.21
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/lyricwikia/lyricwikia-0.1.11.ebuild | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/dev-python/lyricwikia/lyricwikia-0.1.11.ebuild b/dev-python/lyricwikia/lyricwikia-0.1.11.ebuild
index b728042..ce02490 100644
--- a/dev-python/lyricwikia/lyricwikia-0.1.11.ebuild
+++ b/dev-python/lyricwikia/lyricwikia-0.1.11.ebuild
@@ -15,8 +15,6 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-BDEPEND="dev-python/pytest-runner[${PYTHON_USEDEP}]"
-
DEPEND="test? ( dev-python/responses[${PYTHON_USEDEP}] )"
RDEPEND="
@@ -28,6 +26,13 @@ PATCHES="${FILESDIR}/${P}-skip-online-test.patch"
distutils_enable_tests pytest
+python_prepare_all() {
+ # do not depend on deprecated dep
+ sed -i -e '/pytest-runner/d' setup.py || die
+
+ distutils-r1_python_prepare_all
+}
+
pkg_postinst() {
elog "Note that access to LyricWikia through this API (and products that use this API) should comply to the LyricWikia terms of use"
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/lyricwikia/
2020-03-27 12:40 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/lyricwikia/ Andrew Ammerlaan
@ 2020-03-27 12:40 ` Andrew Ammerlaan
0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2020-03-27 12:40 UTC (permalink / raw
To: gentoo-commits
commit: 51a0d611f41917fb6b5a5042e09a09b2a9d1a922
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Mar 27 12:37:50 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Mar 27 12:37:50 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=51a0d611
dev-python/lyricwikia: do not depend on deprecated dep
Package-Manager: Portage-2.3.96, Repoman-2.3.21
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/lyricwikia/lyricwikia-0.1.11.ebuild | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/dev-python/lyricwikia/lyricwikia-0.1.11.ebuild b/dev-python/lyricwikia/lyricwikia-0.1.11.ebuild
index b728042..ce02490 100644
--- a/dev-python/lyricwikia/lyricwikia-0.1.11.ebuild
+++ b/dev-python/lyricwikia/lyricwikia-0.1.11.ebuild
@@ -15,8 +15,6 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-BDEPEND="dev-python/pytest-runner[${PYTHON_USEDEP}]"
-
DEPEND="test? ( dev-python/responses[${PYTHON_USEDEP}] )"
RDEPEND="
@@ -28,6 +26,13 @@ PATCHES="${FILESDIR}/${P}-skip-online-test.patch"
distutils_enable_tests pytest
+python_prepare_all() {
+ # do not depend on deprecated dep
+ sed -i -e '/pytest-runner/d' setup.py || die
+
+ distutils-r1_python_prepare_all
+}
+
pkg_postinst() {
elog "Note that access to LyricWikia through this API (and products that use this API) should comply to the LyricWikia terms of use"
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-03-27 12:40 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-27 12:40 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/lyricwikia/ Andrew Ammerlaan
2020-03-27 12:40 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
-- strict thread matches above, loose matches on Subject: below --
2020-03-13 17:56 Andrew Ammerlaan
2020-03-10 15:50 Andrew Ammerlaan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox