aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-22 17:51:59 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-11-22 17:51:59 +0100
commit2a06d93c13997409e59e398fbd3e7b7fc7e655e0 (patch)
tree075cb52f093f85841db3cc2d4508129112c7a775
parentc536001053c6576976c99285d8c9a5a867aabeb0 (diff)
downloadaports-2a06d93c13997409e59e398fbd3e7b7fc7e655e0.tar.bz2
aports-2a06d93c13997409e59e398fbd3e7b7fc7e655e0.tar.xz
community/wslay: remove workaround for py3-sphinx
-rw-r--r--community/wslay/APKBUILD4
-rw-r--r--community/wslay/py3.patch14
2 files changed, 1 insertions, 17 deletions
diff --git a/community/wslay/APKBUILD b/community/wslay/APKBUILD
index 80a5e7cbb0..021d3abdb8 100644
--- a/community/wslay/APKBUILD
+++ b/community/wslay/APKBUILD
@@ -10,7 +10,6 @@ license="MIT"
makedepends="autoconf automake libtool py3-sphinx cunit-dev"
subpackages="$pkgname-doc $pkgname-dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/tatsuhiro-t/wslay/archive/release-$pkgver.tar.gz
- py3.patch
"
builddir="$srcdir"/$pkgname-release-$pkgver
@@ -34,5 +33,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="c50435d5b74ce3e817986f2a587cb86726f23545dde6d046a7d0f0bdfe0b4d236739d22c14d74b7e9b5a45e799bb94002c710b2724d0c31629ca41eeadad5749 wslay-1.1.0.tar.gz
-efcb68370526598488cfadb23291eda0109bd53696468557c77073eb1782f1cb449cc0c60f01e806297c2895b42476cb143d2a6744e69e85d0204bd2a849afde py3.patch"
+sha512sums="c50435d5b74ce3e817986f2a587cb86726f23545dde6d046a7d0f0bdfe0b4d236739d22c14d74b7e9b5a45e799bb94002c710b2724d0c31629ca41eeadad5749 wslay-1.1.0.tar.gz"
diff --git a/community/wslay/py3.patch b/community/wslay/py3.patch
deleted file mode 100644
index 3600004446..0000000000
--- a/community/wslay/py3.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/configure.ac b/configure.ac
-index 5e83cbf..5cf44f1 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -48,7 +48,7 @@ AC_PROG_LN_S
- AC_PROG_MAKE_SET
- PKG_PROG_PKG_CONFIG([0.20])
-
--AC_PATH_PROG([SPHINX_BUILD], [sphinx-build])
-+AC_PATH_PROG([SPHINX_BUILD], [sphinx-build-3])
- AC_SUBST([SPHINX_BUILD])
- AM_CONDITIONAL([HAVE_SPHINX_BUILD], [ test "x$SPHINX_BUILD" != "x" ])
-
-