[arch-commits] Commit in dot2tex/repos/community-any (4 files)
Jelle van der Waa
jelle at archlinux.org
Wed May 26 13:27:07 UTC 2021
Date: Wednesday, May 26, 2021 @ 13:27:06
Author: jelle
Revision: 946642
archrelease: copy trunk to community-any
Added:
dot2tex/repos/community-any/ChangeLog
(from rev 946641, dot2tex/trunk/ChangeLog)
dot2tex/repos/community-any/PKGBUILD
(from rev 946641, dot2tex/trunk/PKGBUILD)
Deleted:
dot2tex/repos/community-any/ChangeLog
dot2tex/repos/community-any/PKGBUILD
-----------+
ChangeLog | 12 ++++++------
PKGBUILD | 57 +++++++++++++++++++++++++++++----------------------------
2 files changed, 35 insertions(+), 34 deletions(-)
Deleted: ChangeLog
===================================================================
--- ChangeLog 2021-05-26 13:27:00 UTC (rev 946641)
+++ ChangeLog 2021-05-26 13:27:06 UTC (rev 946642)
@@ -1,6 +0,0 @@
-2010-01-03 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
- * Update to major version 2.8.7
- * Changed architecture to 'any'
-
-2011-01-22 Chris Brannon <chris at the-brannons.com>
- * Adjusted dependency from pyparsing to python2-pyparsing.
Copied: dot2tex/repos/community-any/ChangeLog (from rev 946641, dot2tex/trunk/ChangeLog)
===================================================================
--- ChangeLog (rev 0)
+++ ChangeLog 2021-05-26 13:27:06 UTC (rev 946642)
@@ -0,0 +1,6 @@
+2010-01-03 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+ * Update to major version 2.8.7
+ * Changed architecture to 'any'
+
+2011-01-22 Chris Brannon <chris at the-brannons.com>
+ * Adjusted dependency from pyparsing to python2-pyparsing.
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-26 13:27:00 UTC (rev 946641)
+++ PKGBUILD 2021-05-26 13:27:06 UTC (rev 946642)
@@ -1,28 +0,0 @@
-# Contributor: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Geoffroy Carrier <geoffroy.carrier at aur.archlinux.org>
-# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=dot2tex
-pkgver=2.11.3
-pkgrel=3
-pkgdesc="Graphviz to LaTeX converter"
-arch=('any')
-url="https://dot2tex.readthedocs.io/en/latest/"
-license=('MIT')
-depends=('python-pyparsing' 'graphviz' 'python-setuptools')
-source=($pkgname-$pkgver.tar.gz::https://github.com/kjellmf/dot2tex/archive/$pkgver.tar.gz)
-sha512sums=('1595299811461b18cff490a8a56c0215f46989dd4a46fa087b455c717ed5d5f7a5782d04acaa3e4567b4e348bca866d5f24d21663012c4cd813445804ef6f714')
-
-build() {
- cd ${pkgname}-${pkgver}
- python setup.py build
-}
-
-package() {
- cd ${pkgname}-${pkgver}
-
- python setup.py install --root="${pkgdir}" --skip-build
-
- # Install custom license file
- install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}
Copied: dot2tex/repos/community-any/PKGBUILD (from rev 946641, dot2tex/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-26 13:27:06 UTC (rev 946642)
@@ -0,0 +1,29 @@
+# Contributor: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Geoffroy Carrier <geoffroy.carrier at aur.archlinux.org>
+# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=dot2tex
+pkgver=2.11.3
+pkgrel=4
+pkgdesc="Graphviz to LaTeX converter"
+arch=('any')
+url="https://dot2tex.readthedocs.io/en/latest/"
+license=('MIT')
+depends=('python-pyparsing' 'graphviz')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::https://github.com/kjellmf/dot2tex/archive/$pkgver.tar.gz)
+sha512sums=('1595299811461b18cff490a8a56c0215f46989dd4a46fa087b455c717ed5d5f7a5782d04acaa3e4567b4e348bca866d5f24d21663012c4cd813445804ef6f714')
+
+build() {
+ cd ${pkgname}-${pkgver}
+ python setup.py build
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+
+ python setup.py install --root="${pkgdir}" --skip-build
+
+ # Install custom license file
+ install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}
More information about the arch-commits
mailing list