community/python-setuptools-markdown to 0.2-2.1

This commit is contained in:
Kevin Mihelich 2018-06-12 04:12:35 +00:00
parent f6dccc89a3
commit d55ae7b7a6

View file

@ -3,11 +3,12 @@
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - removed makedepends on python-pypandoc and python2-pypandoc
# - removed depends on those in the packages
pkgbase=python-setuptools-markdown
pkgname=(python-setuptools-markdown python2-setuptools-markdown)
pkgver=0.2
pkgrel=2
pkgrel=2.1
pkgdesc="Use Markdown for your project description"
arch=('any')
url="https://github.com/msabramo/setuptools-markdown"
@ -29,14 +30,14 @@ build() {
}
package_python-setuptools-markdown() {
depends=('python-setuptools' 'python-pypandoc')
depends=('python-setuptools')
cd "${srcdir}/setuptools-markdown"
python setup.py install --root "$pkgdir"
}
package_python2-setuptools-markdown() {
depends=('python2-setuptools' 'python2-pypandoc')
depends=('python2-setuptools')
cd "${srcdir}/setuptools-markdown-py2"
python2 setup.py install --root "$pkgdir"