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

# source: BLFS 11.3
TARBALL=smartypants-$PKGVER.tar.gz
MD5SUM=27957540f4718e892039b2ed208c78f3
SRC_URL=https://github.com/leohemsted/smartypants.py/archive/v$PKGVER/$TARBALL
BUNDLE=

SLACKREQ='python3'
SLACKDESC="python3-smartypants: python3-smartypants $PKGVER (Make fancy punctuations)
python3-smartypants: 
python3-smartypants: python3-smartypans is a python3 port of SmartyPants, which itself is 
python3-smartypants: a tool to easily translates plain ASCII punctuation characters into 
python3-smartypants: “smart” typographic punctuation HTML entities.
python3-smartypants: 
python3-smartypants: https://github.com/leohemsted/smartypants.py
python3-smartypants: https://daringfireball.net/projects/smartypants/
python3-smartypants: 
python3-smartypants: 
python3-smartypants: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/smartypants*
	python3 setup.py build &&
	python3 setup.py install --optimize=1 \
		--single-version-externally-managed \
		--root / &&
	pkg_build_slackdesc
}


