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

Felix Yan felixonmars at archlinux.org
Wed Jun 2 12:40:00 UTC 2021


    Date: Wednesday, June 2, 2021 @ 12:40:00
  Author: felixonmars
Revision: 953172

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-02 12:39:49 UTC (rev 953171)
+++ PKGBUILD	2021-06-02 12:40:00 UTC (rev 953172)
@@ -1,33 +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.8
-pkgrel=1
-pkgdesc="IPython-enabled pdb"
-url="https://pypi.python.org/pypi/ipdb"
-arch=("any")
-license=("BSD")
-depends=('ipython')
-makedepends=('python-setuptools' 'python-toml')
-checkdepends=('python-mock')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/gotcha/ipdb/archive/$pkgver.tar.gz")
-sha512sums=('c7ca7eab611c99b8e0c40e7c236d262fa89920b7a681aad4874b47fa07d7782bde6c8ce68973090a75826e68500ca398e5ddbdca2e9e3060804cc5265e74715a')
-
-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 953171, python-ipdb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-02 12:40:00 UTC (rev 953172)
@@ -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.9
+pkgrel=1
+pkgdesc="IPython-enabled pdb"
+url="https://pypi.python.org/pypi/ipdb"
+arch=("any")
+license=("BSD")
+depends=('ipython')
+makedepends=('python-setuptools' 'python-toml')
+checkdepends=('python-mock')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/gotcha/ipdb/archive/$pkgver.tar.gz")
+sha512sums=('9a100901442e5d32c131790c549e0bc13748ac5894af6ffc202ea5bffd7f63993bab64259e7ece5c7fdf4c16d8d69785639bf6c63945190ff21752cb482c4a4e')
+
+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