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

# source: BLFS 11.3
TARBALL=alabaster-$PKGVER.tar.gz
MD5SUM=2e05a5f4fe5a8b95e5e576cbf4a5d503
SRC_URL=https://files.pythonhosted.org/packages/source/a/alabaster/$TARBALL
BUNDLE=

SLACKREQ=python3
SLACKDESC="python3-alabaster: python3-alabaster $PKGVER (Theme for Sphinx)
python3-alabaster: 
python3-alabaster: The Alabaster package is a theme for the sphinx documentation system. 
python3-alabaster: Although developed separately, it is the default theme for sphinx.
python3-alabaster: 
python3-alabaster: 
python3-alabaster: 
python3-alabaster: 
python3-alabaster: 
python3-alabaster: 
python3-alabaster: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	pkg_build_python3modules &&
	pkg_build_slackdesc
}


