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 <[email protected]>
-       * Update to major version 2.8.7
-       * Changed architecture to 'any'
-
-2011-01-22 Chris Brannon <[email protected]>
-       * 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 <[email protected]>
+       * Update to major version 2.8.7
+       * Changed architecture to 'any'
+
+2011-01-22 Chris Brannon <[email protected]>
+       * 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 <[email protected]>
-# Contributor: Geoffroy Carrier <[email protected]>
-# Maintainer: Daniel J Griffiths <[email protected]>
-
-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 <[email protected]>
+# Contributor: Geoffroy Carrier <[email protected]>
+# Maintainer: Daniel J Griffiths <[email protected]>
+
+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
+}

Reply via email to