Magellan Linux

Annotation of /trunk/extras/python-typing/python-typing-3.6.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 30191 - (hide annotations) (download)
Thu Nov 2 15:59:48 2017 UTC (6 years, 7 months ago) by niro
File size: 506 byte(s)
auto added: ver bump to 3.6.1-r1
1 niro 30191 # $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     }