mgorny      14/12/25 12:12:18

  Modified:             ChangeLog
  Added:                python-bibtex-1.2.7-r1.ebuild
  Log:
  Convert to distutils-r1.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.29                 dev-python/python-bibtex/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   3 May 2014 09:15:14 -0000       1.28
+++ ChangeLog   25 Dec 2014 12:12:18 -0000      1.29
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/python-bibtex
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/ChangeLog,v 1.28 
2014/05/03 09:15:14 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/ChangeLog,v 1.29 
2014/12/25 12:12:18 mgorny Exp $
+
+*python-bibtex-1.2.7-r1 (25 Dec 2014)
+
+  25 Dec 2014; Michał Górny <[email protected]> +python-bibtex-1.2.7-r1.ebuild:
+  Convert to distutils-r1.
 
 *python-bibtex-1.2.7 (03 May 2014)
 



1.1                  dev-python/python-bibtex/python-bibtex-1.2.7-r1.ebuild

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

Index: python-bibtex-1.2.7-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/python-bibtex/python-bibtex-1.2.7-r1.ebuild,v
 1.1 2014/12/25 12:12:18 mgorny Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit distutils-r1 eutils

DESCRIPTION="A Python extension to parse BibTeX files"
HOMEPAGE="http://pybliographer.org/";
SRC_URI="mirror://sourceforge/pybliographer/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

RDEPEND="
        dev-libs/glib:2
        >=app-text/recode-3.6-r1"
DEPEND="${RDEPEND}
        virtual/pkgconfig"

python_prepare_all() {
        # Disable tests during installation.
        sed -e "/self.run_command ('check')/d" -i setup.py

        distutils-r1_python_prepare_all
}

python_test() {
        esetup.py check
}




Reply via email to