[arch-commits] Commit in python-setuptools-markdown/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Fri Oct 25 20:07:36 UTC 2019
Date: Friday, October 25, 2019 @ 20:07:35
Author: felixonmars
Revision: 519744
archrelease: copy trunk to community-staging-any
Added:
python-setuptools-markdown/repos/community-staging-any/
python-setuptools-markdown/repos/community-staging-any/PKGBUILD
(from rev 519743, python-setuptools-markdown/trunk/PKGBUILD)
----------+
PKGBUILD | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
Copied: python-setuptools-markdown/repos/community-staging-any/PKGBUILD (from rev 519743, python-setuptools-markdown/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2019-10-25 20:07:35 UTC (rev 519744)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-setuptools-markdown
+pkgver=0.4.1
+_commit=34ed6276e0c8bcefcd967bd8db138546a270bdf4
+pkgrel=2
+pkgdesc="Use Markdown for your project description"
+arch=('any')
+url="https://github.com/msabramo/setuptools-markdown"
+license=('MIT')
+depends=('python-setuptools' 'python-pypandoc')
+source=("$pkgname-$_commit.tar.gz::https://github.com/msabramo/setuptools-markdown/archive/$_commit.tar.gz")
+sha512sums=('394bf37e53bcdb702f44749eb5bfa156aa11df310e603a034af38d8ca47d8f5231b76eacec6049cf3c7615031eca7b4238670555fcf9835723beb6f3b7f9496c')
+
+prepare() {
+ mv setuptools-markdown-{$_commit,$pkgver}
+}
+
+build() {
+ cd setuptools-markdown-$pkgver
+ python setup.py build
+}
+
+package() {
+ cd setuptools-markdown-$pkgver
+ python setup.py install --root "$pkgdir"
+}
More information about the arch-commits
mailing list