### this file is sourced not run
PKGVER=1.8.5
PKGBUILD=1
PKGARCH=x86_64

### NOTE: THIS IS INCOMPLETE PACKAGE AND WILL NOT WORK ###
### sphinx's dependencies weigh A TON. I have not built them yet.

# source: james
TARBALL=Sphinx-$PKGVER.tar.gz
MD5SUM=554f7a4e752f48b2601e5ef5ab463346
SRC_URL=https://files.pythonhosted.org/packages/2a/86/8e1e8400bb6eca5ed960917952600fce90599e1cb0d20ddedd81ba163370/$TARBALL
BUNDLE=

SLACKREQ='python-typing'
SLACKDESC="python-sphinx: python-sphinx $PKGVER (Doc generator)
python-sphinx: 
python-sphinx: Sphinx is a tool that makes it easy to create intelligent and 
python-sphinx: beautiful documentation for Python projects (or other documents 
python-sphinx: consisting of multiple reStructuredText sources).
python-sphinx:
python-sphinx: This module is for python2.
python-sphinx: 
python-sphinx: https://pypi.org/project/Sphinx/
python-sphinx: 
python-sphinx: 
"

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


