mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 08:58:27 -07:00
dev-python/python-magic: Version bump (#588342)
Package-Manager: portage-2.3.0
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST python-magic-0.4.10.tar.gz 3950 SHA256 79fd2865ec96074749825f9e9562953995d5bf12b6793f24d75c37479ad4a2c3 SHA512 8dadfd069bbca574a159dc034fca84fb110a3015ba54fa62c715006b586a5fd10373a5108a4847887bd86c6b7f2c4da90dfb7041cd5e4d51829ac1b94b8e1a03 WHIRLPOOL de890b593b062475a67c1286e8b6f2a1076cc8f0a04281d268f9d72b6df2b457e2b86a14743896283011c27babaf037ecf84d4f02939472dda7ee0114a622a1e
|
||||
DIST python-magic-0.4.12.tar.gz 6588 SHA256 a04b20900100884d4fce40a767182a16fcb9d10756c67cdc21f5fa610b7c9d3c SHA512 abb0f16878c3b5dc853975adec0732a1c2c21cf6bd92962f3adadd5b2825baed68d4bf53d796e18f8123a7585c5c044e8866a61bbf3d25fe55b86a68a6577481 WHIRLPOOL a010b251a6853153e7166fda285d845e2734b31325a0e89692c726bd87b23fb21a1e4c2232c162cf5f6f3e81dc8f1a5c30d186fc079aa279203cf6252db3c3f4
|
||||
|
||||
26
dev-python/python-magic/python-magic-0.4.12.ebuild
Normal file
26
dev-python/python-magic/python-magic-0.4.12.ebuild
Normal file
@@ -0,0 +1,26 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Access the libmagic file type identification library"
|
||||
HOMEPAGE="https://github.com/ahupp/python-magic"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="PSF-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~hppa ~ia64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="sys-apps/file[-python]"
|
||||
DEPEND="${DEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
|
||||
python_test() {
|
||||
esetup.py test
|
||||
}
|
||||
Reference in New Issue
Block a user