Date: Sunday, April 23, 2023 @ 05:26:56
  Author: polyzen
Revision: 1448354

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-23 05:26:35 UTC (rev 1448353)
+++ PKGBUILD    2023-04-23 05:26:56 UTC (rev 1448354)
@@ -1,34 +0,0 @@
-# Maintainer: kpcyrd <[email protected]>
-# Contributor: Eliot Whalan <ewhal at pantsu dot cat>
-
-_pyname="pure-python-otr"
-pkgname=python-potr
-pkgver=1.0.2
-pkgrel=4
-pkgdesc="Pure python OTR implementation without libotr"
-arch=(any)
-url="https://github.com/afflux/pure-python-otr";
-license=('LGPL')
-depends=('python' 'python-crypto')
-makedepends=('python-setuptools')
-checkdepends=('python-nose' 'python-rednose')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/afflux/pure-python-otr/archive/${pkgver}.tar.gz";)
-sha512sums=('e35f6ea7db64af92a966b22857a1a670a1c930aa01a1bc88d5ba7e4ba62100808c193fbccbbde4d29039610a383b374c95a090fd98b208890c721e01bba87fb8')
-
-build() {
-  cd "${_pyname}-${pkgver}"
-  python setup.py build
-}
-
-check() {
-  cd "${_pyname}-${pkgver}"
-  # tests are currently broken 
(https://github.com/python-otr/pure-python-otr/issues/75)
-  #./run_tests.sh
-}
-
-package() {
-  cd "${_pyname}-${pkgver}"
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-potr/repos/community-any/PKGBUILD (from rev 1448353, 
python-potr/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-23 05:26:56 UTC (rev 1448354)
@@ -0,0 +1,34 @@
+# Maintainer: kpcyrd <[email protected]>
+# Contributor: Eliot Whalan <ewhal at pantsu dot cat>
+
+_pyname="pure-python-otr"
+pkgname=python-potr
+pkgver=1.0.2
+pkgrel=6
+pkgdesc="Pure python OTR implementation without libotr"
+arch=(any)
+url="https://github.com/afflux/pure-python-otr";
+license=('LGPL')
+depends=('python' 'python-crypto')
+makedepends=('python-setuptools')
+#checkdepends=('python-nose' 'python-rednose')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/afflux/pure-python-otr/archive/${pkgver}.tar.gz";)
+sha512sums=('e35f6ea7db64af92a966b22857a1a670a1c930aa01a1bc88d5ba7e4ba62100808c193fbccbbde4d29039610a383b374c95a090fd98b208890c721e01bba87fb8')
+
+build() {
+  cd "${_pyname}-${pkgver}"
+  python setup.py build
+}
+
+# tests are currently broken 
(https://github.com/python-otr/pure-python-otr/issues/75)
+# check() {
+#   cd "${_pyname}-${pkgver}"
+#   ./run_tests.sh
+# }
+
+package() {
+  cd "${_pyname}-${pkgver}"
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+}
+
+# vim:set ts=2 sw=2 et:

Reply via email to