From bd54fdb8d9ca0f004a705d5562370e4b0b701909 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Mon, 11 Mar 2019 15:04:23 -0600 Subject: [PATCH] Add subpackages to py-ansi2html --- sr.ht/py-ansi2html/APKBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/sr.ht/py-ansi2html/APKBUILD b/sr.ht/py-ansi2html/APKBUILD index 735a60f..20396f8 100644 --- a/sr.ht/py-ansi2html/APKBUILD +++ b/sr.ht/py-ansi2html/APKBUILD @@ -12,6 +12,7 @@ depends="py-six" makedepends="python2 python3 py-setuptools" checkdepends="py2-pytest pytest py-mock py-nose" source="$pkgname-$pkgver.tar.gz::https://github.com/ralphbean/$_pkgname/archive/$pkgver.tar.gz" +subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3" builddir="$srcdir"/$_pkgname-$pkgver options="!check" # upstream tests don't work unless module is installed -- 2.45.2