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

# source: james
TARBALL=mistletoe-$PKGVER.tar.gz
MD5SUM=61d955ccbf14a39c233f3ef9570fe96a
SRC_URL=https://files.pythonhosted.org/packages/source/m/mistletoe/mistletoe-$PKGVER.tar.gz
BUNDLE=

SLACKREQ='python3'
SLACKDESC="python3-mistletoe: python3-mistletoe $PKGVER (Markdown parser)
python3-mistletoe: 
python3-mistletoe: mistletoe is a Markdown parser in pure Python, designed to be fast, 
python3-mistletoe: spec-compliant and fully customizable.
python3-mistletoe: 
python3-mistletoe: https://github.com/miyuchina/mistletoe
python3-mistletoe: https://pypi.org/project/mistletoe/
python3-mistletoe: 
python3-mistletoe: 
python3-mistletoe: 
python3-mistletoe:
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
#	cd /tmp/mistletoe* &&
#	pip3 wheel -w dist --no-build-isolation --no-deps $PWD &&
#   pip3 install --no-index --find-links dist --no-cache-dir --no-user mistletoe &&

	pkg_build_python3modules &&
	pkg_build_slackdesc
}


