[med-svn] [Git][med-team/python-cykhash][master] 2 commits: Fix copyright

Andreas Tille (@tille) gitlab at salsa.debian.org
Fri Nov 10 19:41:31 GMT 2023



Andreas Tille pushed to branch master at Debian Med / python-cykhash


Commits:
75e4ad7e by Andreas Tille at 2023-11-10T16:04:23+01:00
Fix copyright

- - - - -
b1430596 by Andreas Tille at 2023-11-10T20:40:24+01:00
Run unittests - not finished PYTHONPATH needs to be set

- - - - -


3 changed files:

- debian/control
- debian/copyright
- debian/rules


Changes:

=====================================
debian/control
=====================================
@@ -7,7 +7,9 @@ Build-Depends: debhelper-compat (= 13),
                dh-sequence-python3,
                cython3,
                python3-dev,
-               python3-setuptools
+               python3-setuptools,
+               python3-pytest <!nocheck>,
+               python3-numpy <!nocheck>
 Standards-Version: 4.6.2
 Vcs-Browser: https://salsa.debian.org/med-team/python-cykhash
 Vcs-Git: https://salsa.debian.org/med-team/python-cykhash.git
@@ -16,7 +18,8 @@ Rules-Requires-Root: no
 
 Package: python3-cykhash
 Architecture: any
-Depends: ${shlibs:Depends},
+Depends: ${python3:Depends},
+         ${shlibs:Depends},
          ${misc:Depends}
 Description: cython wrapper for khash-sets/maps, efficient implementation of isin and unique
  Cykhash is a cython wrapper for khash-sets/maps, efficient


=====================================
debian/copyright
=====================================
@@ -6,6 +6,10 @@ Files: *
 Copyright: 2018-2021 realead
 License: MIT
 
+Files: src/cykhash/khash.pxi
+Copyright: 2008, 2009, 2011 by Attractive Chaos <attractor at live.co.uk>
+License: MIT
+
 Files: debian/*
 Copyright: 2023 Andreas Tille <tille at debian.org>
 License: MIT


=====================================
debian/rules
=====================================
@@ -6,3 +6,8 @@ export PYBUILD_NAME=cykhash
 
 %:
 	dh $@ --buildsystem=pybuild
+
+override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
+	cd tests && sh run_unit_tests.sh
+endif



View it on GitLab: https://salsa.debian.org/med-team/python-cykhash/-/compare/53c204653ec129613363039337f9d603629b9750...b143059646a4db90a1bbcd55a9c05e73514da1d4

-- 
View it on GitLab: https://salsa.debian.org/med-team/python-cykhash/-/compare/53c204653ec129613363039337f9d603629b9750...b143059646a4db90a1bbcd55a9c05e73514da1d4
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20231110/2524930e/attachment-0001.htm>


More information about the debian-med-commit mailing list