[arch-commits] Commit in python-setuptools-markdown/repos/community-staging-any (2 files)
Felix Yan
felixonmars at gemini.archlinux.org
Thu Dec 2 12:00:21 UTC 2021
Date: Thursday, December 2, 2021 @ 12:00:19
Author: felixonmars
Revision: 1061697
archrelease: copy trunk to community-staging-any
Added:
python-setuptools-markdown/repos/community-staging-any/PKGBUILD
(from rev 1061689, python-setuptools-markdown/trunk/PKGBUILD)
Deleted:
python-setuptools-markdown/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-02 12:00:16 UTC (rev 1061696)
+++ PKGBUILD 2021-12-02 12:00:19 UTC (rev 1061697)
@@ -1,27 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-setuptools-markdown
-pkgver=0.4.1
-_commit=34ed6276e0c8bcefcd967bd8db138546a270bdf4
-pkgrel=6
-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"
-}
Copied: python-setuptools-markdown/repos/community-staging-any/PKGBUILD (from rev 1061689, python-setuptools-markdown/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-02 12:00:19 UTC (rev 1061697)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-setuptools-markdown
+pkgver=0.4.1
+_commit=34ed6276e0c8bcefcd967bd8db138546a270bdf4
+pkgrel=7
+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