Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dev-python/pretty-yaml: bump to 15.8.2, EAPI=6, fix DEPEND #1400

Closed
wants to merge 2 commits into from

Conversation

sbraz
Copy link
Member

@sbraz sbraz commented May 4, 2016

https://bugs.gentoo.org/show_bug.cgi?id=580490
@idella or someone else from Python can certainly look at this.

sbraz added 2 commits May 4, 2016 11:29
Gentoo-Bug: 580490

Package-Manager: portage-2.2.28
Package-Manager: portage-2.2.28
@sbraz
Copy link
Member Author

sbraz commented May 4, 2016

--- pretty-yaml-15.6.3.ebuild   2016-04-19 23:32:09.059752995 +0200
+++ pretty-yaml-15.8.2.ebuild   2016-05-04 11:25:13.964926710 +0200
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$

-EAPI=5
+EAPI=6

 PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )

@@ -15,13 +15,16 @@

 LICENSE="WTFPL-2"
 SLOT="0"
-KEYWORDS="~amd64 arm ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE="test"

 RDEPEND="dev-python/pyyaml[${PYTHON_USEDEP}]"
 DEPEND="
        dev-python/setuptools[${PYTHON_USEDEP}]
-       test? ( dev-python/unidecode[${PYTHON_USEDEP}] )"
+       test? (
+               ${RDEPEND}
+               dev-python/unidecode[${PYTHON_USEDEP}]
+       )"

 S="${WORKDIR}/${MY_PN}-${PV}"

@monsieurp
Copy link
Member

@gentoo/python

@monsieurp monsieurp added bugfix assigned PR successfully assigned to the package maintainer(s). labels May 4, 2016
@gentoo-bot gentoo-bot closed this in 3585124 May 5, 2016
gentoo-bot pushed a commit that referenced this pull request May 5, 2016
Package-Manager: portage-2.2.28
Closes: #1400

Signed-off-by: Ian Delaney <idella4@gentoo.org>
@sbraz sbraz deleted the yaml branch June 26, 2018 09:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
assigned PR successfully assigned to the package maintainer(s).
Projects
None yet
2 participants