Skip to content
Snippets Groups Projects
Commit f8b0b566 authored by boomanaiden154's avatar boomanaiden154 Committed by alice
Browse files

community/py3-airium: remove tests from install

parent 189ae305
No related branches found
No related tags found
1 merge request!34245community/py3-airium: move from testing
Pipeline #121966 canceled
...@@ -10,7 +10,8 @@ license="MIT" ...@@ -10,7 +10,8 @@ license="MIT"
depends="python3" depends="python3"
makedepends="py3-setuptools" makedepends="py3-setuptools"
checkdepends="pytest" checkdepends="pytest"
source="https://gitlab.com/kamichal/airium/-/archive/v$pkgver/airium-v$pkgver.tar.gz" source="https://gitlab.com/kamichal/airium/-/archive/v$pkgver/airium-v$pkgver.tar.gz
exclude-tests.patch"
builddir="$srcdir/airium-v$pkgver/" builddir="$srcdir/airium-v$pkgver/"
build() { build() {
...@@ -36,4 +37,5 @@ package() { ...@@ -36,4 +37,5 @@ package() {
sha512sums=" sha512sums="
2aa504fe899a8aead7674dc734688911d2d380df71d2f0413b89a70810ad557543e24a1f0268fc0d5829e70b0e88d08330239e4599fb9955953999d77f770fdb airium-v0.2.3.tar.gz 2aa504fe899a8aead7674dc734688911d2d380df71d2f0413b89a70810ad557543e24a1f0268fc0d5829e70b0e88d08330239e4599fb9955953999d77f770fdb airium-v0.2.3.tar.gz
493bd3d65bf34b80b149b95a4e449af7b2fd15b5500041ded3e44d4e19a9d0f82e10a139cde80119c516c81a4951d3d55eaa8fefb731d19a72a3595b8f517f99 exclude-tests.patch
" "
--- ./setup.py.orig
+++ ./setup.py
@@ -29,7 +29,7 @@
'No templates needed. Serves pure pythonic library with no dependencies.',
long_description=long_description,
long_description_content_type='text/markdown',
- packages=find_packages(),
+ packages=find_packages(exclude=["tests"]),
requires=[],
install_requires=[],
keywords='natural html generator compiler template-less',
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment