idella4     15/03/18 03:33:18

  Modified:             ChangeLog
  Added:                pysendfile-2.0.1.ebuild
  Removed:              pysendfile-2.0.0.ebuild
  Log:
  bump; switch SRC_URI to pypi, remove test phase, see comment in ebuild, rm 
outdated ebuild
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.3                  dev-python/pysendfile/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pysendfile/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   31 Mar 2014 20:24:55 -0000      1.2
+++ ChangeLog   18 Mar 2015 03:33:18 -0000      1.3
@@ -1,6 +1,13 @@
 # ChangeLog for dev-python/pysendfile
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pysendfile/ChangeLog,v 1.2 
2014/03/31 20:24:55 mgorny Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pysendfile/ChangeLog,v 1.3 
2015/03/18 03:33:18 idella4 Exp $
+
+*pysendfile-2.0.1 (18 Mar 2015)
+
+  18 Mar 2015; Ian Delaney <idel...@gentoo.org> +pysendfile-2.0.1.ebuild,
+  -pysendfile-2.0.0.ebuild:
+  bump; switch SRC_URI to pypi, remove test phase, see comment in ebuild, rm
+  outdated ebuild
 
   31 Mar 2014; Michał Górny <mgo...@gentoo.org> pysendfile-2.0.0.ebuild:
   Add support for the new PyPy slotting.



1.1                  dev-python/pysendfile/pysendfile-2.0.1.ebuild

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

Index: pysendfile-2.0.1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pysendfile/pysendfile-2.0.1.ebuild,v 1.1 
2015/03/18 03:33:18 idella4 Exp $

EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )

inherit distutils-r1

DESCRIPTION="A python interface to sendfile(2) system call"
HOMEPAGE="http://code.google.com/p/pysendfile/";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

KEYWORDS="~amd64 ~x86"
IUSE=""
LICENSE="MIT"
SLOT="0"

RDEPEND=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"

# Testsuite abandonned due to demanding starting a local web type server




Reply via email to