summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Whyman <thev00d00@gentoo.org>2013-10-12 18:52:45 +0000
committerIan Whyman <thev00d00@gentoo.org>2013-10-12 18:52:45 +0000
commit776c938b392766a171b3dbef16d80232d58353ea (patch)
tree60a448a725840adf27575e00546b3c1c92e9ed73 /dev-python/python-magic
parentAdd ~mips (diff)
downloadgentoo-2-776c938b392766a171b3dbef16d80232d58353ea.tar.gz
gentoo-2-776c938b392766a171b3dbef16d80232d58353ea.tar.bz2
gentoo-2-776c938b392766a171b3dbef16d80232d58353ea.zip
Version bump, support for file-5.15
(Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/python-magic')
-rw-r--r--dev-python/python-magic/ChangeLog7
-rw-r--r--dev-python/python-magic/python-magic-0.4.6.ebuild20
2 files changed, 26 insertions, 1 deletions
diff --git a/dev-python/python-magic/ChangeLog b/dev-python/python-magic/ChangeLog
index 7d9e17e2addc..3f0aa575f7d5 100644
--- a/dev-python/python-magic/ChangeLog
+++ b/dev-python/python-magic/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/python-magic
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-magic/ChangeLog,v 1.3 2013/09/05 18:46:42 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-magic/ChangeLog,v 1.4 2013/10/12 18:52:45 thev00d00 Exp $
+
+*python-magic-0.4.6 (12 Oct 2013)
+
+ 12 Oct 2013; Ian Whyman <thev00d00@gentoo.org> +python-magic-0.4.6.ebuild:
+ Version bump, support for file-5.15
05 Sep 2013; Michał Górny <mgorny@gentoo.org> python-magic-0.4.3.ebuild:
Clean up PYTHON_COMPAT from old implementations.
diff --git a/dev-python/python-magic/python-magic-0.4.6.ebuild b/dev-python/python-magic/python-magic-0.4.6.ebuild
new file mode 100644
index 000000000000..ea5214ee45ff
--- /dev/null
+++ b/dev-python/python-magic/python-magic-0.4.6.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-magic/python-magic-0.4.6.ebuild,v 1.1 2013/10/12 18:52:45 thev00d00 Exp $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} )
+inherit distutils-r1
+
+DESCRIPTION="Access the libmagic file type identification library"
+HOMEPAGE="https://github.com/ahupp/python-magic"
+SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"
+
+LICENSE="PSF-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="sys-apps/file"
+RDEPEND="${DEPEND}"