[arch-commits] Commit in python-teamcity-messages/repos/community-any (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Thu Feb 24 08:33:43 UTC 2022


    Date: Thursday, February 24, 2022 @ 08:33:43
  Author: felixonmars
Revision: 1136367

archrelease: copy trunk to community-any

Added:
  python-teamcity-messages/repos/community-any/PKGBUILD
    (from rev 1136366, python-teamcity-messages/trunk/PKGBUILD)
Deleted:
  python-teamcity-messages/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-24 08:33:33 UTC (rev 1136366)
+++ PKGBUILD	2022-02-24 08:33:43 UTC (rev 1136367)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-teamcity-messages
-pkgver=1.30
-pkgrel=1
-pkgdesc="Send test results to TeamCity continuous integration server from unittest, nose, py.test, twisted trial, behave"
-url="https://github.com/JetBrains/teamcity-messages"
-license=('Apache')
-arch=('any')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-virtualenv')
-source=("https://github.com/JetBrains/teamcity-messages/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('f84a5e91464da22ccf2121628412112fe475b08014ac16935ed891fb94d261ac6702dd49037489e88b686aa32dc1bd918ae1a6932860f48824ec8473561c63c7')
-
-prepare() {
-  cd teamcity-messages-$pkgver
-  sed -i "s/virtualenv_version = 'virtualenv==20.7.2'/virtualenv_version = 'virtualenv'/" setup.py
-}
-
-build() {
-  cd teamcity-messages-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd teamcity-messages-$pkgver
-  python setup.py test || echo "Tests failed"
-}
-
-package() {
-  cd teamcity-messages-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-teamcity-messages/repos/community-any/PKGBUILD (from rev 1136366, python-teamcity-messages/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-24 08:33:43 UTC (rev 1136367)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-teamcity-messages
+pkgver=1.31
+pkgrel=1
+pkgdesc="Send test results to TeamCity continuous integration server from unittest, nose, py.test, twisted trial, behave"
+url="https://github.com/JetBrains/teamcity-messages"
+license=('Apache')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-virtualenv')
+source=("https://github.com/JetBrains/teamcity-messages/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('d59efff993aec223d4415898c60a3a611df8ba24afa42f8decfca98cef1c218ac50785eab065a3b84e61b3ac886b993d17bc63a95de1aa8b6ddf80fe1106bf7d')
+
+prepare() {
+  cd teamcity-messages-$pkgver
+  sed -i "s/virtualenv_version = 'virtualenv==20.7.2'/virtualenv_version = 'virtualenv'/" setup.py
+}
+
+build() {
+  cd teamcity-messages-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd teamcity-messages-$pkgver
+  python setup.py test || echo "Tests failed"
+}
+
+package() {
+  cd teamcity-messages-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list