Magellan Linux

Contents of /branches/R11-unstable/extras/python-typing/python-typing-3.6.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32454 - (show annotations) (download)
Mon Apr 29 12:55:11 2019 UTC (5 years ago) by niro
File size: 506 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="python-typing"
4 PVER="3.6.1"
5 PBUILD="r1"
6
7 SPLIT_PACKAGES="python2-typing"
8 DESCRIPTION="Backport of the standard library typing module to Python versions older than Python-3.5."
9
10 SDEPEND=">= dev-python/python2-setuptools-20"
11
12 SPLIT_PNAME="typing"
13 PYPI_MODULE="typing"
14 # only python2 supported
15 PYPI_MULTIPLE_PYTHON_VERSIONS=0
16 sminclude pypi python2
17
18 split_info_python2-typing()
19 {
20 DESCRIPTION="${DESCRIPTION}"
21 DEPEND="${DEPEND}"
22 }
23
24 src_install_python2-typing()
25 {
26 python2_src_install || die
27 }