Magellan Linux

Diff of /smage/trunk/extras/python3-setuptools/python3-setuptools-47.3.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 14000 by niro, Thu Jul 2 11:33:24 2020 UTC revision 14001 by niro, Thu Jul 2 11:42:37 2020 UTC
# Line 6  PBUILD="r1" Line 6  PBUILD="r1"
6    
7  DESCRIPTION="A collection of extensions to Distutils for Python3."  DESCRIPTION="A collection of extensions to Distutils for Python3."
8    
9  # only python2 supported  # only python3 supported
10  PYPI_MULTIPLE_PYTHON_VERSIONS=0  PYPI_MULTIPLE_PYTHON_VERSIONS=0
11  sminclude multilib pypi python3  sminclude multilib python3
12    
13  DEPEND=">= dev-python/python3-appdirs-1.4  DEPEND=">= dev-python/python3-appdirs-1.4
14   >= dev-python/python3-packaging-20.4"   >= dev-python/python3-packaging-20.4"
# Line 24  SRC_URI=( Line 24  SRC_URI=(
24  UP2SEPERATOR="v"  UP2SEPERATOR="v"
25  UP2DATE="updatecmd https://github.com/pypa/${PNAME}/releases | highesttarball gz"  UP2DATE="updatecmd https://github.com/pypa/${PNAME}/releases | highesttarball gz"
26    
27    src_prepare()
28    {
29     python3_multilib_src_prepare || die
30    }
31    
32  src_compile()  src_compile()
33  {  {
34   local abi   local abi
# Line 35  src_compile() Line 40  src_compile()
40    
41   python3_multilib_src_compile || die   python3_multilib_src_compile || die
42  }  }
43    
44    src_install()
45    {
46     python3_multilib_src_install || die
47    }

Legend:
Removed from v.14000  
changed lines
  Added in v.14001