idella4     15/07/27 08:02:00

  Modified:             ChangeLog
  Added:                pyjwt-1.4.0.ebuild
  Log:
  bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.15                 dev-python/pyjwt/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyjwt/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   15 Jul 2015 04:42:01 -0000      1.14
+++ ChangeLog   27 Jul 2015 08:02:00 -0000      1.15
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/pyjwt
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyjwt/ChangeLog,v 1.14 
2015/07/15 04:42:01 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyjwt/ChangeLog,v 1.15 
2015/07/27 08:02:00 idella4 Exp $
+
+*pyjwt-1.4.0 (27 Jul 2015)
+
+  27 Jul 2015; Ian Delaney <[email protected]> +pyjwt-1.4.0.ebuild:
+  bump
 
   15 Jul 2015; Ian Delaney <[email protected]> -pyjwt-0.2.1.ebuild,
   pyjwt-1.3.0.ebuild:



1.1                  dev-python/pyjwt/pyjwt-1.4.0.ebuild

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

Index: pyjwt-1.4.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyjwt/pyjwt-1.4.0.ebuild,v 1.1 
2015/07/27 08:02:00 idella4 Exp $

EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )

inherit eutils distutils-r1

MY_PN="PyJWT"

DESCRIPTION="JSON Web Token implementation in Python"
HOMEPAGE="http://github.com/progrium/pyjwt https://pypi.python.org/pypi/PyJWT/";
#SRC_URI="https://github.com/progrium/${P}/archive/${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> 
${P}.tar.gz"

LICENSE=" MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="test"

RDEPEND=""
DEPEND="
        dev-python/setuptools[${PYTHON_USEDEP}]
        dev-python/pytest-runner[${PYTHON_USEDEP}]
        test? (
                dev-python/pytest[${PYTHON_USEDEP}]
                dev-python/pytest-cov[${PYTHON_USEDEP}]
        )"

S="${WORKDIR}"/${MY_PN}-${PV}

python_prepare_all() {
        find . -name '__pycache__' -prune -exec rm -rf {} \; || die "Cleaning 
__pycache__ failed"
        find . -name '*.pyc' -exec rm -f {} \; || die "Cleaing *.pyc failed"

        distutils-r1_python_prepare_all
}

python_test() {
        esetup.py test
}

pkg_postinst() {
        elog "Available optional features:"
        optfeature "cryptography" dev-python/cryptography
        optfeature "flake8" dev-python/flake8

        ewarn "flake8 feature requires 'flake8-import-order' and 'pep8-naming', 
which are not in portage yet"
}




Reply via email to