]> Pileus Git - ~andy/sunrise/commitdiff
dev-python/pyexcelerator: Add EAPI and support for multiple python installs. Thanks...
authorJohan Bergström (jbergstroem) <bugs@bergstroem.nu>
Mon, 20 Jun 2011 21:10:27 +0000 (21:10 +0000)
committerJohan Bergström (jbergstroem) <bugs@bergstroem.nu>
Mon, 20 Jun 2011 21:10:27 +0000 (21:10 +0000)
svn path=/sunrise/; revision=12144

dev-python/pyexcelerator/ChangeLog
dev-python/pyexcelerator/Manifest
dev-python/pyexcelerator/pyexcelerator-0.6.4.1.ebuild

index ba44eefb303017325496c2c502af15633f43846c..0ae8aec6373b69fcc720877013e9642e79dd5ea8 100644 (file)
@@ -1,7 +1,12 @@
 # ChangeLog for dev-python/pyexcelerator
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  20 Jun 2011; Johan Bergström (jbergstroem) <bugs@bergstroem.nu>
+  pyexcelerator-0.6.4.1.ebuild:
+  Add EAPI and support for multiple python installs. Thanks to mgorny for
+  reviewing
+
   21 May 2010; Johan Bergström (jbergstroem) <bugs@bergstroem.nu>
   pyexcelerator-0.6.4.1.ebuild:
   No need to DEPEND against bzip2 since it is in the system profile. Brought
index be149ea261222a72325ce88e583941fa7b97a886..655e6e68703f34b863b977a97f2c1f9fcbc58324 100644 (file)
@@ -1,4 +1,4 @@
 DIST pyexcelerator-0.6.4.1.tar.bz2 113192 RMD160 9131caf1f4a83db258c589b0732446ceb9c4b284 SHA1 c0d174e83081787edc0cdb35d72f2010f1ca2d65 SHA256 daf38d70c7462230e8c1b0a3912d3f4b2f0653bfcae05cd5587eaa9cee66e169
-EBUILD pyexcelerator-0.6.4.1.ebuild 657 RMD160 e0dbfc2716c04496a3f242790d86311221124490 SHA1 c5f934bce8c3b3c1844cb7d40f36d88aff38fc25 SHA256 0c7785a3ca17666b5cac5f0e1aeb11f64763c669f9988155478aca603de63c28
-MISC ChangeLog 482 RMD160 d0cb2e002c519ca396518a3c05a660e97f685101 SHA1 05acba154910cf3f7fe2874866dbeff185e387dc SHA256 de40572964b3f0f3265c185cdb517c30db255d99feceb9c62c46497316966d4f
+EBUILD pyexcelerator-0.6.4.1.ebuild 736 RMD160 260e3b4ca1e3557211272f7d9186d878509d63cb SHA1 7aa3d6a94cdf24b7f8a9c5cc91172e409dd42697 SHA256 58e0abf2faa516feb8eda91686ea9258a402a413308af9ecf760326c1b0add2c
+MISC ChangeLog 668 RMD160 e8e08c096e54c9170a519161dbca0b7d90bf0210 SHA1 3dc5341d4b5e8cb9ab20816972d3646f11ef19ab SHA256 240f81dbe940cbda7bba13118d087617963a093e382af980f70ea7936940cf13
 MISC metadata.xml 229 RMD160 f0f6417bec31ce8baba6d476664f7210c8c84c98 SHA1 e5f94f5caadc6f843fc90bb7959570cd503676fd SHA256 3b08fca3c878bdfc4e7639f477dd542d55a4ab5dce39a475e82633071d13eb3f
index 423ce9c40449a331ce250c0f7cfa5f40203bf07d..c3b9c4206c5d9efec8aa61a4c7aed54431ecdbdf 100644 (file)
@@ -1,7 +1,12 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
+EAPI="3"
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.*"
+
 inherit distutils
 
 DESCRIPTION="Python im-/export filters for MS Excel files. Including xls2txt, xls2csv and xls2html commands."