dolsen      14/05/06 02:21:06

  Modified:             ChangeLog ssl-fetch-9999.ebuild
                        ssl-fetch-0.1.ebuild
  Log:
  fix requests dep, cleanup ebuilds as per floppm's suggestions.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x65E309F2189DB0B8)

Revision  Changes    Path
1.3                  dev-python/ssl-fetch/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ssl-fetch/ChangeLog?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ssl-fetch/ChangeLog?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ssl-fetch/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   5 May 2014 15:51:04 -0000       1.2
+++ ChangeLog   6 May 2014 02:21:06 -0000       1.3
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/ssl-fetch
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ChangeLog,v 1.2 
2014/05/05 15:51:04 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ChangeLog,v 1.3 
2014/05/06 02:21:06 dolsen Exp $
+
+  06 May 2014; Brian Dolbec <[email protected]> ssl-fetch-0.1.ebuild,
+  ssl-fetch-9999.ebuild:
+  Fix the dev-python/requests dep, add py-3.4, remove py-3.2 compatibility.
+  Remove un-needed python_install_all().
 
   05 May 2014; Jeroen Roovers <[email protected]> ssl-fetch-0.1.ebuild:
   Marked ~hppa (bug #509628).



1.2                  dev-python/ssl-fetch/ssl-fetch-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-9999.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-9999.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-9999.ebuild?r1=1.1&r2=1.2

Index: ssl-fetch-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-9999.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ssl-fetch-9999.ebuild       2 Mar 2014 05:42:49 -0000       1.1
+++ ssl-fetch-9999.ebuild       6 May 2014 02:21:06 -0000       1.2
@@ -1,14 +1,14 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-9999.ebuild,v 1.1 
2014/03/02 05:42:49 dolsen Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-9999.ebuild,v 1.2 
2014/05/06 02:21:06 dolsen Exp $
 
 EAPI="5"
 
-PYTHON_COMPAT=(python{2_6,2_7,3_2,3_3})
+PYTHON_COMPAT=(python{2_6,2_7,3_3,3_4})
 
 EGIT_BRANCH="master"
 
-inherit distutils-r1 python-r1 git-2
+inherit python-r1 git-2
 
 EGIT_REPO_URI="git://github.com/dol-sen/ssl-fetch.git"
 
@@ -24,10 +24,8 @@
 
 DEPEND=""
 
-# requests dropped py-3.2 support in >=2.2.0
 RDEPEND="${DEPEND}
-       >=dev-python/requests-1.2.1
-       python_targets_python3_2? ( <=dev-python/requests-2.1.0 )
+       >=dev-python/requests-1.2.1[${PYTHON_USEDEP}]
        python_targets_python2_6? (
                dev-python/ndg-httpsclient[python_targets_python2_6]
                dev-python/pyasn1[python_targets_python2_6]
@@ -40,10 +38,6 @@
                )
        "
 
-python_install_all() {
-       distutils-r1_python_install_all
-}
-
 pkg_postinst() {
        einfo
        einfo "This is experimental software."



1.3                  dev-python/ssl-fetch/ssl-fetch-0.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-0.1.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-0.1.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-0.1.ebuild?r1=1.2&r2=1.3

Index: ssl-fetch-0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-0.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ssl-fetch-0.1.ebuild        5 May 2014 15:51:04 -0000       1.2
+++ ssl-fetch-0.1.ebuild        6 May 2014 02:21:06 -0000       1.3
@@ -1,12 +1,12 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-0.1.ebuild,v 
1.2 2014/05/05 15:51:04 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-0.1.ebuild,v 
1.3 2014/05/06 02:21:06 dolsen Exp $
 
 EAPI="5"
 
-PYTHON_COMPAT=(python{2_7,3_2,3_3})
+PYTHON_COMPAT=(python{2_7,3_3,3_4})
 
-inherit distutils-r1 python-r1
+inherit python-r1
 
 DESCRIPTION="A small convinience library for fetching files securely"
 HOMEPAGE="https://github.com/dol-sen/ssl-fetch";
@@ -20,10 +20,8 @@
 
 DEPEND=""
 
-# requests dropped py-3.2 support in >=2.2.0
 RDEPEND="${DEPEND}
-       >=dev-python/requests-1.2.1
-       python_targets_python3_2? ( <=dev-python/requests-2.1.0 )
+       >=dev-python/requests-1.2.1[${PYTHON_USEDEP}]
        python_targets_python2_7? (
                dev-python/ndg-httpsclient[python_targets_python2_7]
                dev-python/pyasn1[python_targets_python2_7]
@@ -31,10 +29,6 @@
                )
        "
 
-python_install_all() {
-       distutils-r1_python_install_all
-}
-
 pkg_postinst() {
        einfo
        einfo "This is beta software."




Reply via email to