mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-02-11 18:06:10 +01:00
python-ntlm: v1.1.0 bump
This commit is contained in:
parent
abf2c67990
commit
32208bbdc3
5 changed files with 34 additions and 9 deletions
|
|
@ -1 +1,2 @@
|
|||
DIST python-ntlm-1.0.1.tar.gz 14784 SHA256 2424a51823deb001aa8d35766b38b4d03abb662f3e93f7c11c2f4215334c0a8d SHA512 cfc13daba074f4650f83e390c44eab5f5033534fb2a352ae43d76b1f03742baeda8ba33a57266b2dcd3a241891b54c25beb2028dbb8aa3166a2250fa2b578e18 WHIRLPOOL 54e63a944983c5efdadf49b5670518a3ee8842153c764f05b59fc32b174fbdb298d6b3395148803232a0f7956d19774988e9c9d9c4d2e06e064af58b051db18c
|
||||
DIST python-ntlm-1.1.0.tar.gz 15311 SHA256 35ffa68216a3622860f34b7dd49df77dde22136ae37ffcd57e3f8dd26b218c61 SHA512 6d8d8bfe3912bf863cdffb7f62633235cbacc9711cae643d0492450e610b02e6fbfaed11da6e0dff5e0ca20df32d241844354b122b14a57658c76321dc0f0742 WHIRLPOOL 9648739c001e406d56a586d607144fd1a2d89b26b7940b3b51d270b15732002ac2654cf7c3645bb1f0a19e37b0ab0bfba05dcd52f39648d5206bc54494d0724b
|
||||
|
|
|
|||
|
|
@ -1,5 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<herd>python</herd>
|
||||
</pkgmetadata>
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
|
|
@ -9,7 +9,7 @@ PYTHON_COMPAT=( python{2_6,2_7} )
|
|||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Clamd is a python interface to Clamd (Clamav daemon)"
|
||||
HOMEPAGE="http://code.google.com/p/python-ntlm/"
|
||||
HOMEPAGE="https://github.com/mullender/python-ntlm"
|
||||
SRC_URI="mirror://pypi/$(echo ${PN} | cut -c 1)/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-3"
|
||||
|
|
|
|||
29
dev-python/python-ntlm/python-ntlm-1.1.0.ebuild
Normal file
29
dev-python/python-ntlm/python-ntlm-1.1.0.ebuild
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python{2_6,2_7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Clamd is a python interface to Clamd (Clamav daemon)"
|
||||
HOMEPAGE="https://github.com/mullender/python-ntlm"
|
||||
SRC_URI="mirror://pypi/$(echo ${PN} | cut -c 1)/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="example"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_install() {
|
||||
python_foreach_impl distutils-r1_python_install || die
|
||||
if ! use example ; then
|
||||
rm -r "${D}"/usr/bin/ || die
|
||||
rm -r "${D}"/usr/lib/python-exec || die
|
||||
fi
|
||||
}
|
||||
|
|
@ -65,7 +65,7 @@
|
|||
~dev-python/msgpack-0.2.4
|
||||
~dev-python/nltk-2.0.4
|
||||
~dev-python/phply-0.9.1
|
||||
~dev-python/python-ntlm-1.0.1
|
||||
~dev-python/python-ntlm-1.1.0
|
||||
~dev-python/smmap-0.8.3
|
||||
~dev-python/xdot-0.6
|
||||
~dev-python/DartsPyLRU-0.5
|
||||
|
|
|
|||
Loading…
Reference in a new issue