summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrenden Davidson2020-06-20 18:27:14 -0500
committerBrenden Davidson2020-06-20 18:27:14 -0500
commite9cb1871c99b7ae434f04ccff05b8db7e61a33c1 (patch)
tree4e59924a569467f2c134a8f717c3d911c542fb65
parent3cd2b6a51b61eff4d976791022624a1c2f26cac4 (diff)
downloadaur-e9cb1871c99b7ae434f04ccff05b8db7e61a33c1.tar.gz
Missed a comment tag
Signed-off-by: Brenden Davidson <davidson.brenden15@gmail.com>
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD18
2 files changed, 9 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eda0eb943d97..4fb209b5e793 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,16 +5,6 @@ pkgbase = python-webpy
url = https://webpy.org/
arch = any
license = custom
- checkdepends = python-pytest>=4.6.2
- checkdepends = Omitted
- checkdepends = to
- checkdepends = disable
- checkdepends = DB
- checkdepends = tests
- checkdepends = python-dbutils
- checkdepends = python-pymysql>=0.9.3
- checkdepends = python-mysql-connector>=8.0.19
- checkdepends = python-psycopg2>=2.8.4
depends = python-cheroot>=6.0.0
source = python-webpy-0.51.tar.gz::https://github.com/webpy/webpy/archive/0.51.tar.gz
sha256sums = 550ed5fb18c7626c578cc2119fd45a9a898b7815fc81a4ac85ae2ed383a0ec5f
diff --git a/PKGBUILD b/PKGBUILD
index 8c01c241d8f4..d2941cdf3772 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,15 +13,15 @@ depends=(
"python-cheroot>=6.0.0"
)
-checkdepends=(
- "python-pytest>=4.6.2"
-
- Omitted to disable DB tests
- "python-dbutils"
- "python-pymysql>=0.9.3"
- "python-mysql-connector>=8.0.19"
- "python-psycopg2>=2.8.4"
-)
+# checkdepends=(
+# "python-pytest>=4.6.2"
+
+# # Omitted to disable DB tests
+# "python-dbutils"
+# "python-pymysql>=0.9.3"
+# "python-mysql-connector>=8.0.19"
+# "python-psycopg2>=2.8.4"
+# )
source=(
"$pkgname-$pkgver.tar.gz::https://github.com/webpy/webpy/archive/$pkgver.tar.gz"