cubicweb/skeleton/MANIFEST.in.tmpl
author Jérémy Bobbio <jeremy.bobbio@irq7.fr>
Wed, 19 Jun 2019 15:44:17 +0200
changeset 12655 5b0ce10a7046
parent 12595 ad0299868244
permissions -rw-r--r--
[crypto] Use Cryptodome namespace instead of Crypto PyCryptodome comes in two flavors: “an almost drop-in replacement for the old PyCrypto library” and “a library independent of the old PyCrypto”. The former uses the Crypto namespace, and is shipped as `pycryptodome` while the latter uses Cryptodome instead and lies in the `pycryptodomex` package. Given the reason to switch to PyCryptodome is that PyCrypto in unmaintained, its probably better to avoid any mistake and mandate the specific usage of the Cryptodome namespace by requiring `pycryptodomex` instead of `pycryptodome`. A more present reason is that Debian buster will only provide a package with the separate namespace flavor. The current Recommends is not working with the current code. Although it's important to note that the package name will probably have to be changed to `python3-pycryptodomex` once https://bugs.debian.org/886291 is solved.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
b97547f5f1fa Showtime !
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
diff changeset
     1
include *.py
4671
00d139c5f386 add */*.py to default MANIFEST.in to avoid pb such as #719282 in the future
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 1565
diff changeset
     2
include */*.py
11696
4d80c6c70c4b [skeleton] Update MANIFEST.in following new "package" layout
Denis Laxalde <denis.laxalde@logilab.fr>
parents: 11057
diff changeset
     3
recursive-include cubicweb_%(cubename)s *.py
4d80c6c70c4b [skeleton] Update MANIFEST.in following new "package" layout
Denis Laxalde <denis.laxalde@logilab.fr>
parents: 11057
diff changeset
     4
recursive-include cubicweb_%(cubename)s/data *.gif *.png *.ico *.css *.js
4d80c6c70c4b [skeleton] Update MANIFEST.in following new "package" layout
Denis Laxalde <denis.laxalde@logilab.fr>
parents: 11057
diff changeset
     5
recursive-include cubicweb_%(cubename)s/i18n *.po
4d80c6c70c4b [skeleton] Update MANIFEST.in following new "package" layout
Denis Laxalde <denis.laxalde@logilab.fr>
parents: 11057
diff changeset
     6
recursive-include cubicweb_%(cubename)s/wdoc *
4d80c6c70c4b [skeleton] Update MANIFEST.in following new "package" layout
Denis Laxalde <denis.laxalde@logilab.fr>
parents: 11057
diff changeset
     7
recursive-include test/data bootstrap_cubes *.py
11945
ef6b18c56b5a [skeleton] Add an entry point and configuration for running a Pyramid application
Denis Laxalde <denis.laxalde@logilab.fr>
parents: 11696
diff changeset
     8
include *.ini
12595
ad0299868244 [skeleton] Do not ship Debian and RPM packaging files in sdist
Denis Laxalde <denis.laxalde@logilab.fr>
parents: 11945
diff changeset
     9
prune debian
ad0299868244 [skeleton] Do not ship Debian and RPM packaging files in sdist
Denis Laxalde <denis.laxalde@logilab.fr>
parents: 11945
diff changeset
    10
prune cubicweb-%(cubename)s.spec