[arch-commits] Commit in python-ipdb/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Oct 22 17:33:17 UTC 2020


    Date: Thursday, October 22, 2020 @ 17:33:17
  Author: felixonmars
Revision: 729295

archrelease: copy trunk to community-any

Added:
  python-ipdb/repos/community-any/PKGBUILD
    (from rev 729294, python-ipdb/trunk/PKGBUILD)
Deleted:
  python-ipdb/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   65 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-22 17:33:07 UTC (rev 729294)
+++ PKGBUILD	2020-10-22 17:33:17 UTC (rev 729295)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: N30N <archlinux at alunamation.com>
-# Contributor: giniu <gginiu at gmail.com>
-
-pkgname=python-ipdb
-pkgver=0.13.3
-pkgrel=1
-pkgdesc="IPython-enabled pdb"
-url="https://pypi.python.org/pypi/ipdb"
-depends=("ipython")
-makedepends=('python-setuptools')
-arch=("any")
-license=("BSD")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/gotcha/ipdb/archive/$pkgver.tar.gz")
-sha512sums=('792a50ff119f15e3084e48ef1b217b6b537a09cb32b8bfc12c0c5964a4497586f501c5d55c99f86db387df223bdcdf715007c78d4ade43922b0fb30bf41d3af0')
-
-build() {
-  cd ipdb-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd ipdb-$pkgver
-  python setup.py test
-}
-
-package() {
-  cd ipdb-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-  ln -s ipdb3 "$pkgdir"/usr/bin/ipdb
-  install -Dm644 COPYING.txt "$pkgdir"/usr/share/licenses/$pkgname/COPYING.txt
-}

Copied: python-ipdb/repos/community-any/PKGBUILD (from rev 729294, python-ipdb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-22 17:33:17 UTC (rev 729295)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: N30N <archlinux at alunamation.com>
+# Contributor: giniu <gginiu at gmail.com>
+
+pkgname=python-ipdb
+pkgver=0.13.4
+pkgrel=1
+pkgdesc="IPython-enabled pdb"
+url="https://pypi.python.org/pypi/ipdb"
+arch=("any")
+license=("BSD")
+depends=('ipython')
+makedepends=('python-setuptools')
+checkdepends=('python-mock')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/gotcha/ipdb/archive/$pkgver.tar.gz")
+sha512sums=('00106c9ead57ebd20f3ad115665c1dfb7f7fb1cd159a0f814c3e27d53a1e27812297c973868556e330e864bca11dd99bee9dbe44cd93821bb5055009194fda33')
+
+build() {
+  cd ipdb-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd ipdb-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd ipdb-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+  ln -s ipdb3 "$pkgdir"/usr/bin/ipdb
+  install -Dm644 COPYING.txt "$pkgdir"/usr/share/licenses/$pkgname/COPYING.txt
+}



More information about the arch-commits mailing list