diff options
author | William Pettersson <william@ewpettersson.se> | 2020-06-02 11:16:23 +0100 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-06-28 13:40:56 +0300 |
commit | eb8763891423f6126d735fa6eb57f2b31881f403 (patch) | |
tree | 82619fa33d37bd0878b7cf3f66e6d94a3e52bde3 /dev-python/pybtex/files/pybtex-0.22.2-fix-test-installation.patch | |
parent | dev-python/latexcodec: new package (diff) | |
download | gentoo-eb8763891423f6126d735fa6eb57f2b31881f403.tar.gz gentoo-eb8763891423f6126d735fa6eb57f2b31881f403.tar.bz2 gentoo-eb8763891423f6126d735fa6eb57f2b31881f403.zip |
dev-python/pybtex: New package
BibTeX-compatible bibliography processor
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --force
Signed-off-by: William Pettersson <william@ewpettersson.se>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-python/pybtex/files/pybtex-0.22.2-fix-test-installation.patch')
-rw-r--r-- | dev-python/pybtex/files/pybtex-0.22.2-fix-test-installation.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-python/pybtex/files/pybtex-0.22.2-fix-test-installation.patch b/dev-python/pybtex/files/pybtex-0.22.2-fix-test-installation.patch new file mode 100644 index 000000000000..a5420314fd75 --- /dev/null +++ b/dev-python/pybtex/files/pybtex-0.22.2-fix-test-installation.patch @@ -0,0 +1,11 @@ +--- a/setup.py 2020-06-02 10:46:54.592360043 +0100 ++++ b/setup.py 2020-06-02 10:47:00.482302281 +0100 +@@ -82,7 +82,7 @@ + ], + install_requires=install_requires, + python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*', +- packages=find_packages(exclude=['docs']), ++ packages=find_packages(exclude=['docs', 'tests*']), + include_package_data=True, + cmdclass={'sdist': Sdist}, + entry_points={ |