Magellan Linux

Contents of /trunk/extras/python-semantic-version/python-semantic-version-2.10.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 33578 - (show annotations) (download)
Mon Aug 7 11:46:42 2023 UTC (9 months, 1 week ago) by niro
File size: 425 byte(s)
-ver bump 2.10.0-r1
1 # $Id$
2
3 PNAME="python-semantic-version"
4 PVER="2.10.0"
5 PBUILD="r1"
6
7 DESCRIPTION="A library implementing the 'SemVer' scheme."
8
9 SPLIT_PNAME="semantic-version"
10 PYPI_MODULE="semantic-version"
11 sminclude pypi
12
13 SDEPEND=">= dev-python/python3-setuptools-68"
14
15 SRCDIR="${BUILDDIR}/python-semanticversion-${PVER}"
16
17 SRC_URI=(
18 https://github.com/rbarrois/python-semanticversion/archive/${PVER}/${SRCFILE}
19 mirror://${PNAME}/${SRCFILE}
20 )