Age | Commit message (Collapse) | Author |
|
|
|
PR199 making the python-bibtexparser checkdepends optional has been
merged, so it doesn't need to be manually added.
I've changed my mind in re adding it by default to the PKGBUILD -- since
this isn't a VCS package, I'll default to having tests on optdepends be
off by default, recommending people who use those optdepends to
uncomment the corresponding checkdepends.
(Though as namcap warns, the extra checkdepend is redundant. Still, I
prefer to be thorough with my documentation)
|
|
|
|
|
|
Autodisables bibtexparser-dependent test if it is not installed
|
|
Also added check()
Note: The bound on the python-bibtexparser checkdepends is due to
https://github.com/sckott/habanero/issues/144 and is provided by
aur/python-bibtexparser-git.
It can be removed once python-bibtexparser 2.0.0 lands in extra.
Alternatively, one can uncomment the `-k 'not test...'` line in the
PKGBUILD -- I've contacted upstream about this in the above issue and
hope they'll make their testsuite autodetect the presence of
`bibtexparser`.
|
|
|
|
|
|
Turns out (checking against [core]/[extra] packages) that a copyright
line (which makes the license text not byte-for-byte equal to the SPDX
reference license) isn't enough to require considering a license custom.
|
|
|
|
|
|
The MIT license provided has a copyright line, so needs installation in
particular
|
|
.gitattributes are useful for local configuration, but they shouldn't
have been checked in
|
|
|
|
Signed-off-by: JP-Ellis <josh@jpellis.me>
|
|
Signed-off-by: JP-Ellis <josh@jpellis.me>
|
|
Signed-off-by: JP-Ellis <josh@jpellis.me>
|
|
Signed-off-by: JP-Ellis <josh@jpellis.me>
|
|
Signed-off-by: JP-Ellis <josh@jpellis.me>
|
|
Signed-off-by: JP-Ellis <josh@jpellis.me>
|
|
Signed-off-by: JP-Ellis <josh@jpellis.me>
|