mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-31 23:08:09 -07:00
dev-python/simpleeval: Version bump
Package-Manager: portage-2.3.0
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST simpleeval-0.8.7.tar.gz 11654 SHA256 ea13bcbe38178eebb4d374cdcb6591e0cc281a63669c29c99a6aa4fec7640117 SHA512 7fef73e3b4d62e24048be164f156f19cfd844116fb9603ac88753b216b984f873babb351216ec6f96e29009fadcebd9c81f7e49f6577197c098e4f10ba2116a1 WHIRLPOOL f85124a0caf211b45b675de523ef3e32fae960a354f039f66bfb38f9356fbf70378e10ca20ec74701f6a0db3dc9a6e8689270d71f241507003158cb25ad076b4
|
||||
DIST simpleeval-0.9.1.tar.gz 12915 SHA256 c6887a4bfc1d3a99888cad01604f4f63d5b9ba47320711b27a8f624c1aa86f53 SHA512 117357a96a36b9f2906fc08b984c88bf6ccda7434632871b436e81f8c88d07c9821e3e4f220478eb9c21fc0f86749465667eb8f20cf248650efab31bf8f0a203 WHIRLPOOL 1a45e63dac4021a535eb7d573575cbd3897a080a378e964954172bcbf7567f3db5ff68410063ddca00f9ecf8fb9481fc384cb77e6feaa61e5045597b6941d8f4
|
||||
|
||||
27
dev-python/simpleeval/simpleeval-0.9.1.ebuild
Normal file
27
dev-python/simpleeval/simpleeval-0.9.1.ebuild
Normal file
@@ -0,0 +1,27 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
PYTHON_COMPAT=( python{2_7,3_4,3_5} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A simple, safe single expression evaluator library"
|
||||
HOMEPAGE="https://github.com/danthedeckie/simpleeval"
|
||||
SRC_URI="mirror://pypi/s/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
|
||||
DOCS="README.rst"
|
||||
|
||||
python_test() {
|
||||
esetup.py test
|
||||
}
|
||||
Reference in New Issue
Block a user