### this file is sourced not run
PKGVER=2.10.0
PKGBUILD=1
PKGARCH=noarch

# source: james
TARBALL=python-semantic_version-$PKGVER.tar.gz
MD5SUM=e48abef93ba69abcd4eaf4640edfc38b
SRC_URL=https://files.pythonhosted.org/packages/source/s/semantic-version/semantic_version-$PKGVER.tar.gz
BUNDLE=

SLACKREQ=''
SLACKDESC="python3-semantic-version: python3-semantic-version $PKGVER (Semantic Version library)
python3-semantic-version: 
python3-semantic-version: This small python library provides a few tools to handle SemVer in 
python3-semantic-version: Python. It follows strictly the 2.0.0 version of the SemVer scheme.
python3-semantic-version: 
python3-semantic-version: https://pypi.org/project/semantic-version/
python3-semantic-version: 
python3-semantic-version: 
python3-semantic-version: 
python3-semantic-version: 
python3-semantic-version: 
"

### default pkg_download
### defaulg pkg_prepare
### default pkg_package
### build
pkg_build() {
	pkg_build_pip3modules semantic-version &&
	pkg_build_slackdesc
}


