[arch-commits] Commit in python-setuptools-markdown/repos (2 files)

2019-10-25 Thread Felix Yan via arch-commits
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 
+
+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"
+}


[arch-commits] Commit in python-setuptools-markdown/repos (2 files)

2018-07-14 Thread Felix Yan via arch-commits
Date: Saturday, July 14, 2018 @ 21:42:40
  Author: felixonmars
Revision: 359463

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 359462, python-setuptools-markdown/trunk/PKGBUILD)

--+
 PKGBUILD |   40 
 1 file changed, 40 insertions(+)

Copied: python-setuptools-markdown/repos/community-staging-any/PKGBUILD (from 
rev 359462, python-setuptools-markdown/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2018-07-14 21:42:40 UTC (rev 359463)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-setuptools-markdown
+pkgname=(python-setuptools-markdown python2-setuptools-markdown)
+pkgver=0.2
+pkgrel=3
+pkgdesc="Use Markdown for your project description"
+arch=('any')
+url="https://github.com/msabramo/setuptools-markdown;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pypandoc' 
'python2-pypandoc' 'git')
+source=("git+https://github.com/msabramo/setuptools-markdown.git#commit=$_commit;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a setuptools-markdown{,-py2}
+}
+
+build() {
+  cd "${srcdir}/setuptools-markdown"
+  python setup.py build
+
+  cd "${srcdir}/setuptools-markdown-py2"
+  python2 setup.py build
+}
+
+package_python-setuptools-markdown() {
+  depends=('python-setuptools' 'python-pypandoc')
+
+  cd "${srcdir}/setuptools-markdown"
+  python setup.py install --root "$pkgdir"
+}
+
+package_python2-setuptools-markdown() {
+  depends=('python2-setuptools' 'python2-pypandoc')
+
+  cd "${srcdir}/setuptools-markdown-py2"
+  python2 setup.py install --root "$pkgdir"
+}


[arch-commits] Commit in python-setuptools-markdown/repos (2 files)

2016-12-25 Thread Felix Yan
Date: Sunday, December 25, 2016 @ 18:47:31
  Author: felixonmars
Revision: 202268

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 202267, python-setuptools-markdown/trunk/PKGBUILD)

--+
 PKGBUILD |   40 
 1 file changed, 40 insertions(+)

Copied: python-setuptools-markdown/repos/community-staging-any/PKGBUILD (from 
rev 202267, python-setuptools-markdown/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2016-12-25 18:47:31 UTC (rev 202268)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-setuptools-markdown
+pkgname=(python-setuptools-markdown python2-setuptools-markdown)
+pkgver=0.2
+pkgrel=2
+pkgdesc="Use Markdown for your project description"
+arch=('any')
+url="https://github.com/msabramo/setuptools-markdown;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pypandoc' 
'python2-pypandoc' 'git')
+source=("git+https://github.com/msabramo/setuptools-markdown.git#commit=$_commit;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a setuptools-markdown{,-py2}
+}
+
+build() {
+  cd "${srcdir}/setuptools-markdown"
+  python setup.py build
+
+  cd "${srcdir}/setuptools-markdown-py2"
+  python2 setup.py build
+}
+
+package_python-setuptools-markdown() {
+  depends=('python-setuptools' 'python-pypandoc')
+
+  cd "${srcdir}/setuptools-markdown"
+  python setup.py install --root "$pkgdir"
+}
+
+package_python2-setuptools-markdown() {
+  depends=('python2-setuptools' 'python2-pypandoc')
+
+  cd "${srcdir}/setuptools-markdown-py2"
+  python2 setup.py install --root "$pkgdir"
+}


[arch-commits] Commit in python-setuptools-markdown/repos (2 files)

2016-01-06 Thread Felix Yan
Date: Thursday, January 7, 2016 @ 04:08:15
  Author: fyan
Revision: 155619

archrelease: copy trunk to community-any

Added:
  python-setuptools-markdown/repos/community-any/
  python-setuptools-markdown/repos/community-any/PKGBUILD
(from rev 155618, python-setuptools-markdown/trunk/PKGBUILD)

--+
 PKGBUILD |   40 
 1 file changed, 40 insertions(+)

Copied: python-setuptools-markdown/repos/community-any/PKGBUILD (from rev 
155618, python-setuptools-markdown/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2016-01-07 03:08:15 UTC (rev 155619)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-setuptools-markdown
+pkgname=(python-setuptools-markdown python2-setuptools-markdown)
+pkgver=0.2
+pkgrel=1
+pkgdesc="Use Markdown for your project description"
+arch=('any')
+url="https://github.com/msabramo/setuptools-markdown;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pypandoc' 
'python2-pypandoc' 'git')
+source=("git+https://github.com/msabramo/setuptools-markdown.git#commit=$_commit;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a setuptools-markdown{,-py2}
+}
+
+build() {
+  cd "${srcdir}/setuptools-markdown"
+  python setup.py build
+
+  cd "${srcdir}/setuptools-markdown-py2"
+  python2 setup.py build
+}
+
+package_python-setuptools-markdown() {
+  depends=('python-setuptools' 'python-pypandoc')
+
+  cd "${srcdir}/setuptools-markdown"
+  python setup.py install --root "$pkgdir"
+}
+
+package_python2-setuptools-markdown() {
+  depends=('python2-setuptools' 'python2-pypandoc')
+
+  cd "${srcdir}/setuptools-markdown-py2"
+  python2 setup.py install --root "$pkgdir"
+}