mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-27 00:10:29 +00:00
community/python-setuptools-markdown to 0.2-2.1
This commit is contained in:
parent
f6dccc89a3
commit
d55ae7b7a6
1 changed files with 4 additions and 3 deletions
|
@ -3,11 +3,12 @@
|
||||||
|
|
||||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||||
# - removed makedepends on python-pypandoc and python2-pypandoc
|
# - removed makedepends on python-pypandoc and python2-pypandoc
|
||||||
|
# - removed depends on those in the packages
|
||||||
|
|
||||||
pkgbase=python-setuptools-markdown
|
pkgbase=python-setuptools-markdown
|
||||||
pkgname=(python-setuptools-markdown python2-setuptools-markdown)
|
pkgname=(python-setuptools-markdown python2-setuptools-markdown)
|
||||||
pkgver=0.2
|
pkgver=0.2
|
||||||
pkgrel=2
|
pkgrel=2.1
|
||||||
pkgdesc="Use Markdown for your project description"
|
pkgdesc="Use Markdown for your project description"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://github.com/msabramo/setuptools-markdown"
|
url="https://github.com/msabramo/setuptools-markdown"
|
||||||
|
@ -29,14 +30,14 @@ build() {
|
||||||
}
|
}
|
||||||
|
|
||||||
package_python-setuptools-markdown() {
|
package_python-setuptools-markdown() {
|
||||||
depends=('python-setuptools' 'python-pypandoc')
|
depends=('python-setuptools')
|
||||||
|
|
||||||
cd "${srcdir}/setuptools-markdown"
|
cd "${srcdir}/setuptools-markdown"
|
||||||
python setup.py install --root "$pkgdir"
|
python setup.py install --root "$pkgdir"
|
||||||
}
|
}
|
||||||
|
|
||||||
package_python2-setuptools-markdown() {
|
package_python2-setuptools-markdown() {
|
||||||
depends=('python2-setuptools' 'python2-pypandoc')
|
depends=('python2-setuptools')
|
||||||
|
|
||||||
cd "${srcdir}/setuptools-markdown-py2"
|
cd "${srcdir}/setuptools-markdown-py2"
|
||||||
python2 setup.py install --root "$pkgdir"
|
python2 setup.py install --root "$pkgdir"
|
||||||
|
|
Loading…
Reference in a new issue