public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/pyusb: pyusb-1.0.0_alpha3.ebuild ChangeLog
@ 2013-01-05  5:58 Ian Delaney (idella4)
  0 siblings, 0 replies; 3+ messages in thread
From: Ian Delaney (idella4) @ 2013-01-05  5:58 UTC (permalink / raw
  To: gentoo-commits

idella4     13/01/05 05:58:06

  Modified:             ChangeLog
  Added:                pyusb-1.0.0_alpha3.ebuild
  Log:
  bump, requested by K. Niemi, Bug #447998
  
  (Portage version: 2.1.11.30/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.11                 dev-python/pyusb/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyusb/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	25 Jul 2012 17:57:50 -0000	1.10
+++ ChangeLog	5 Jan 2013 05:58:05 -0000	1.11
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/pyusb
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyusb/ChangeLog,v 1.10 2012/07/25 17:57:50 steev Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyusb/ChangeLog,v 1.11 2013/01/05 05:58:05 idella4 Exp $
+
+*pyusb-1.0.0_alpha3 (05 Jan 2013)
+
+  05 Jan 2013; Ian Delaney <idella4@gentoo.org> +pyusb-1.0.0_alpha3.ebuild:
+  bump, requested by K. Niemi, Bug #447998
 
   25 Jul 2012; Steev Klimaszewski <steev@gentoo.org> pyusb-1.0.0_alpha1.ebuild:
   Add ~arm keywording. Tested on an mx51 and mx6.
@@ -45,4 +50,3 @@
   28 May 2009; Joseph Jezak <josejx@gentoo.org> +metadata.xml,
   +pyusb-0.4.1.ebuild:
   Initial commit.
-



1.1                  dev-python/pyusb/pyusb-1.0.0_alpha3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyusb/pyusb-1.0.0_alpha3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyusb/pyusb-1.0.0_alpha3.ebuild?rev=1.1&content-type=text/plain

Index: pyusb-1.0.0_alpha3.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyusb/pyusb-1.0.0_alpha3.ebuild,v 1.1 2013/01/05 05:58:05 idella4 Exp $

EAPI="3"
PYTHON_DEPEND="*:2.5"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="*-jython"

inherit distutils

MY_P="${P/_alpha/a}"

DESCRIPTION="USB support for Python."
HOMEPAGE="http://pyusb.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~x86"
IUSE=""

### This version is compatible with both 0.X and 1.X versions of libusb
DEPEND="virtual/libusb:1
	dev-python/setuptools"
RDEPEND="${DEPEND}"
DOCS="README.rst docs/tutorial.rst"

S="${WORKDIR}/${MY_P}"

PYTHON_MODNAME="usb"





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/pyusb: pyusb-1.0.0_alpha3.ebuild ChangeLog
@ 2013-01-06  8:10 Ian Delaney (idella4)
  0 siblings, 0 replies; 3+ messages in thread
From: Ian Delaney (idella4) @ 2013-01-06  8:10 UTC (permalink / raw
  To: gentoo-commits

idella4     13/01/06 08:10:32

  Modified:             pyusb-1.0.0_alpha3.ebuild ChangeLog
  Log:
  Added unzip to DEPEND, picked up and thx to Arferever
  
  (Portage version: 2.1.11.30/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.2                  dev-python/pyusb/pyusb-1.0.0_alpha3.ebuild

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

Index: pyusb-1.0.0_alpha3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyusb/pyusb-1.0.0_alpha3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pyusb-1.0.0_alpha3.ebuild	5 Jan 2013 05:58:05 -0000	1.1
+++ pyusb-1.0.0_alpha3.ebuild	6 Jan 2013 08:10:32 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyusb/pyusb-1.0.0_alpha3.ebuild,v 1.1 2013/01/05 05:58:05 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyusb/pyusb-1.0.0_alpha3.ebuild,v 1.2 2013/01/06 08:10:32 idella4 Exp $
 
 EAPI="3"
 PYTHON_DEPEND="*:2.5"
@@ -22,8 +22,10 @@
 
 ### This version is compatible with both 0.X and 1.X versions of libusb
 DEPEND="virtual/libusb:1
-	dev-python/setuptools"
+	dev-python/setuptools
+	app-arch/unzip"
 RDEPEND="${DEPEND}"
+
 DOCS="README.rst docs/tutorial.rst"
 
 S="${WORKDIR}/${MY_P}"



1.12                 dev-python/pyusb/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyusb/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	5 Jan 2013 05:58:05 -0000	1.11
+++ ChangeLog	6 Jan 2013 08:10:32 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pyusb
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyusb/ChangeLog,v 1.11 2013/01/05 05:58:05 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyusb/ChangeLog,v 1.12 2013/01/06 08:10:32 idella4 Exp $
+
+  07 Jan 2013; Ian Delaney <idella4@gentoo.org> pyusb-1.0.0_alpha3.ebuild:
+  Added unzip to DEPEND, picked up and thx to Arferever
 
 *pyusb-1.0.0_alpha3 (05 Jan 2013)
 





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/pyusb: pyusb-1.0.0_alpha3.ebuild ChangeLog
@ 2013-01-06 17:15 Mike Gilbert (floppym)
  0 siblings, 0 replies; 3+ messages in thread
From: Mike Gilbert (floppym) @ 2013-01-06 17:15 UTC (permalink / raw
  To: gentoo-commits

floppym     13/01/06 17:15:50

  Modified:             pyusb-1.0.0_alpha3.ebuild ChangeLog
  Log:
  Switch to pypi, which has tarballs.
  
  (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)

Revision  Changes    Path
1.3                  dev-python/pyusb/pyusb-1.0.0_alpha3.ebuild

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

Index: pyusb-1.0.0_alpha3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyusb/pyusb-1.0.0_alpha3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pyusb-1.0.0_alpha3.ebuild	6 Jan 2013 08:10:32 -0000	1.2
+++ pyusb-1.0.0_alpha3.ebuild	6 Jan 2013 17:15:50 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyusb/pyusb-1.0.0_alpha3.ebuild,v 1.2 2013/01/06 08:10:32 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyusb/pyusb-1.0.0_alpha3.ebuild,v 1.3 2013/01/06 17:15:50 floppym Exp $
 
 EAPI="3"
 PYTHON_DEPEND="*:2.5"
@@ -13,7 +13,7 @@
 
 DESCRIPTION="USB support for Python."
 HOMEPAGE="http://pyusb.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
@@ -22,8 +22,7 @@
 
 ### This version is compatible with both 0.X and 1.X versions of libusb
 DEPEND="virtual/libusb:1
-	dev-python/setuptools
-	app-arch/unzip"
+	dev-python/setuptools"
 RDEPEND="${DEPEND}"
 
 DOCS="README.rst docs/tutorial.rst"



1.13                 dev-python/pyusb/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyusb/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	6 Jan 2013 08:10:32 -0000	1.12
+++ ChangeLog	6 Jan 2013 17:15:50 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pyusb
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyusb/ChangeLog,v 1.12 2013/01/06 08:10:32 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyusb/ChangeLog,v 1.13 2013/01/06 17:15:50 floppym Exp $
+
+  06 Jan 2013; Mike Gilbert <floppym@gentoo.org> pyusb-1.0.0_alpha3.ebuild:
+  Switch to pypi, which has tarballs.
 
   07 Jan 2013; Ian Delaney <idella4@gentoo.org> pyusb-1.0.0_alpha3.ebuild:
   Added unzip to DEPEND, picked up and thx to Arferever





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-01-06 17:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-06 17:15 [gentoo-commits] gentoo-x86 commit in dev-python/pyusb: pyusb-1.0.0_alpha3.ebuild ChangeLog Mike Gilbert (floppym)
  -- strict thread matches above, loose matches on Subject: below --
2013-01-06  8:10 Ian Delaney (idella4)
2013-01-05  5:58 Ian Delaney (idella4)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox