libcaes-python 20251121__tar.gz → 20260520__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (204) hide show
  1. {libcaes-20251121 → libcaes_python-20260520}/AUTHORS +1 -1
  2. libcaes_python-20260520/INSTALL +368 -0
  3. {libcaes-20251121 → libcaes_python-20260520}/Makefile.am +2 -3
  4. {libcaes-20251121 → libcaes_python-20260520}/Makefile.in +23 -43
  5. libcaes_python-20260520/PKG-INFO +29 -0
  6. {libcaes-20251121 → libcaes_python-20260520}/README +1 -1
  7. libcaes_python-20260520/_build.py +275 -0
  8. {libcaes-20251121 → libcaes_python-20260520}/aclocal.m4 +136 -312
  9. {libcaes-20251121 → libcaes_python-20260520}/common/Makefile.in +10 -22
  10. {libcaes-20251121 → libcaes_python-20260520}/common/byte_stream.h +1 -1
  11. {libcaes-20251121 → libcaes_python-20260520}/common/common.h +1 -1
  12. {libcaes-20251121 → libcaes_python-20260520}/common/config.h +73 -79
  13. {libcaes-20251121 → libcaes_python-20260520}/common/config.h.in +70 -76
  14. {libcaes-20251121 → libcaes_python-20260520}/common/config_borlandc.h +1 -1
  15. {libcaes-20251121 → libcaes_python-20260520}/common/config_msc.h +1 -1
  16. {libcaes-20251121 → libcaes_python-20260520}/common/config_winapi.h +1 -1
  17. {libcaes-20251121 → libcaes_python-20260520}/common/file_stream.h +1 -1
  18. {libcaes-20251121 → libcaes_python-20260520}/common/memory.h +1 -1
  19. {libcaes-20251121 → libcaes_python-20260520}/common/narrow_string.h +1 -1
  20. {libcaes-20251121 → libcaes_python-20260520}/common/system_string.h +1 -1
  21. {libcaes-20251121 → libcaes_python-20260520}/common/types.h +1 -1
  22. {libcaes-20251121 → libcaes_python-20260520}/common/types.h.in +1 -1
  23. {libcaes-20251121 → libcaes_python-20260520}/common/wide_string.h +1 -1
  24. {libcaes-20251121 → libcaes_python-20260520}/compile +13 -29
  25. {libcaes-20251121 → libcaes_python-20260520}/config.guess +26 -87
  26. {libcaes-20251121 → libcaes_python-20260520}/config.sub +240 -704
  27. {libcaes-20251121 → libcaes_python-20260520}/configure +2599 -5019
  28. {libcaes-20251121 → libcaes_python-20260520}/configure.ac +2 -3
  29. {libcaes-20251121 → libcaes_python-20260520}/depcomp +9 -10
  30. libcaes_python-20260520/dpkg/changelog +5 -0
  31. {libcaes-20251121 → libcaes_python-20260520}/dpkg/copyright +1 -1
  32. {libcaes-20251121 → libcaes_python-20260520}/include/Makefile.in +9 -20
  33. {libcaes-20251121 → libcaes_python-20260520}/include/libcaes/definitions.h +3 -3
  34. {libcaes-20251121 → libcaes_python-20260520}/include/libcaes/definitions.h.in +1 -1
  35. {libcaes-20251121 → libcaes_python-20260520}/include/libcaes/error.h +1 -1
  36. {libcaes-20251121 → libcaes_python-20260520}/include/libcaes/extern.h +6 -3
  37. {libcaes-20251121 → libcaes_python-20260520}/include/libcaes/features.h +1 -1
  38. {libcaes-20251121 → libcaes_python-20260520}/include/libcaes/features.h.in +1 -1
  39. {libcaes-20251121 → libcaes_python-20260520}/include/libcaes/types.h +1 -1
  40. {libcaes-20251121 → libcaes_python-20260520}/include/libcaes/types.h.in +1 -1
  41. {libcaes-20251121 → libcaes_python-20260520}/include/libcaes.h +1 -1
  42. {libcaes-20251121 → libcaes_python-20260520}/include/libcaes.h.in +1 -1
  43. {libcaes-20251121 → libcaes_python-20260520}/install-sh +9 -9
  44. {libcaes-20251121 → libcaes_python-20260520}/libcaes/Makefile.in +17 -26
  45. {libcaes-20251121 → libcaes_python-20260520}/libcaes/libcaes.c +1 -1
  46. {libcaes-20251121 → libcaes_python-20260520}/libcaes/libcaes.rc +3 -3
  47. {libcaes-20251121 → libcaes_python-20260520}/libcaes/libcaes.rc.in +1 -1
  48. {libcaes-20251121 → libcaes_python-20260520}/libcaes/libcaes_context.c +1 -1
  49. {libcaes-20251121 → libcaes_python-20260520}/libcaes/libcaes_context.h +1 -1
  50. {libcaes-20251121 → libcaes_python-20260520}/libcaes/libcaes_definitions.h +3 -3
  51. {libcaes-20251121 → libcaes_python-20260520}/libcaes/libcaes_definitions.h.in +1 -1
  52. {libcaes-20251121 → libcaes_python-20260520}/libcaes/libcaes_error.c +1 -1
  53. {libcaes-20251121 → libcaes_python-20260520}/libcaes/libcaes_error.h +1 -1
  54. {libcaes-20251121 → libcaes_python-20260520}/libcaes/libcaes_extern.h +1 -7
  55. {libcaes-20251121 → libcaes_python-20260520}/libcaes/libcaes_libcerror.h +1 -1
  56. {libcaes-20251121 → libcaes_python-20260520}/libcaes/libcaes_support.c +1 -1
  57. {libcaes-20251121 → libcaes_python-20260520}/libcaes/libcaes_support.h +1 -1
  58. {libcaes-20251121 → libcaes_python-20260520}/libcaes/libcaes_tweaked_context.c +1 -1
  59. {libcaes-20251121 → libcaes_python-20260520}/libcaes/libcaes_tweaked_context.h +1 -1
  60. {libcaes-20251121 → libcaes_python-20260520}/libcaes/libcaes_types.h +1 -1
  61. {libcaes-20251121 → libcaes_python-20260520}/libcaes/libcaes_unused.h +1 -1
  62. {libcaes-20251121 → libcaes_python-20260520}/libcaes.spec +2 -2
  63. {libcaes-20251121 → libcaes_python-20260520}/libcerror/Makefile.in +13 -23
  64. {libcaes-20251121 → libcaes_python-20260520}/libcerror/libcerror_definitions.h +3 -3
  65. {libcaes-20251121 → libcaes_python-20260520}/libcerror/libcerror_error.c +1 -1
  66. {libcaes-20251121 → libcaes_python-20260520}/libcerror/libcerror_error.h +1 -1
  67. {libcaes-20251121 → libcaes_python-20260520}/libcerror/libcerror_extern.h +1 -1
  68. {libcaes-20251121 → libcaes_python-20260520}/libcerror/libcerror_support.c +1 -1
  69. {libcaes-20251121 → libcaes_python-20260520}/libcerror/libcerror_support.h +1 -1
  70. {libcaes-20251121 → libcaes_python-20260520}/libcerror/libcerror_system.c +1 -1
  71. {libcaes-20251121 → libcaes_python-20260520}/libcerror/libcerror_system.h +1 -1
  72. {libcaes-20251121 → libcaes_python-20260520}/libcerror/libcerror_types.h +1 -1
  73. {libcaes-20251121 → libcaes_python-20260520}/libcerror/libcerror_unused.h +1 -1
  74. {libcaes-20251121 → libcaes_python-20260520}/ltmain.sh +358 -439
  75. {libcaes-20251121 → libcaes_python-20260520}/m4/libcrypto.m4 +21 -25
  76. {libcaes-20251121 → libcaes_python-20260520}/m4/libtool.m4 +193 -257
  77. {libcaes-20251121 → libcaes_python-20260520}/m4/ltoptions.m4 +38 -68
  78. {libcaes-20251121 → libcaes_python-20260520}/m4/ltsugar.m4 +1 -1
  79. {libcaes-20251121 → libcaes_python-20260520}/m4/ltversion.m4 +6 -6
  80. {libcaes-20251121 → libcaes_python-20260520}/m4/lt~obsolete.m4 +1 -1
  81. {libcaes-20251121 → libcaes_python-20260520}/m4/python.m4 +2 -2
  82. {libcaes-20251121 → libcaes_python-20260520}/manuals/Makefile.in +9 -20
  83. {libcaes-20251121 → libcaes_python-20260520}/manuals/libcaes.3 +1 -1
  84. {libcaes-20251121 → libcaes_python-20260520}/missing +29 -50
  85. {libcaes-20251121 → libcaes_python-20260520}/msvscpp/Makefile.in +5 -17
  86. {libcaes-20251121 → libcaes_python-20260520}/ossfuzz/Makefile.in +16 -23
  87. {libcaes-20251121 → libcaes_python-20260520}/ossfuzz/crypt_cbc_fuzzer.cc +1 -1
  88. {libcaes-20251121 → libcaes_python-20260520}/ossfuzz/crypt_ccm_fuzzer.cc +1 -1
  89. {libcaes-20251121 → libcaes_python-20260520}/ossfuzz/crypt_ecb_fuzzer.cc +1 -1
  90. {libcaes-20251121 → libcaes_python-20260520}/ossfuzz/crypt_xts_fuzzer.cc +1 -1
  91. {libcaes-20251121 → libcaes_python-20260520}/ossfuzz/ossfuzz_libcaes.h +1 -1
  92. {libcaes-20251121 → libcaes_python-20260520}/pycaes/Makefile.in +17 -26
  93. {libcaes-20251121 → libcaes_python-20260520}/pycaes/pycaes.c +1 -1
  94. {libcaes-20251121 → libcaes_python-20260520}/pycaes/pycaes.h +1 -1
  95. {libcaes-20251121 → libcaes_python-20260520}/pycaes/pycaes_context.c +1 -1
  96. {libcaes-20251121 → libcaes_python-20260520}/pycaes/pycaes_context.h +1 -1
  97. {libcaes-20251121 → libcaes_python-20260520}/pycaes/pycaes_crypt.c +1 -1
  98. {libcaes-20251121 → libcaes_python-20260520}/pycaes/pycaes_crypt.h +1 -1
  99. {libcaes-20251121 → libcaes_python-20260520}/pycaes/pycaes_crypt_modes.c +1 -1
  100. {libcaes-20251121 → libcaes_python-20260520}/pycaes/pycaes_crypt_modes.h +1 -1
  101. {libcaes-20251121 → libcaes_python-20260520}/pycaes/pycaes_error.c +1 -1
  102. {libcaes-20251121 → libcaes_python-20260520}/pycaes/pycaes_error.h +1 -1
  103. {libcaes-20251121 → libcaes_python-20260520}/pycaes/pycaes_libcaes.h +1 -1
  104. {libcaes-20251121 → libcaes_python-20260520}/pycaes/pycaes_libcerror.h +1 -1
  105. {libcaes-20251121 → libcaes_python-20260520}/pycaes/pycaes_python.h +1 -1
  106. {libcaes-20251121 → libcaes_python-20260520}/pycaes/pycaes_tweaked_context.c +1 -1
  107. {libcaes-20251121 → libcaes_python-20260520}/pycaes/pycaes_tweaked_context.h +1 -1
  108. {libcaes-20251121 → libcaes_python-20260520}/pycaes/pycaes_unused.h +1 -1
  109. libcaes_python-20260520/pyproject.toml +35 -0
  110. libcaes_python-20260520/pyproject.toml.in +35 -0
  111. {libcaes-20251121 → libcaes_python-20260520}/test-driver +6 -13
  112. {libcaes-20251121 → libcaes_python-20260520}/tests/Makefile.in +32 -69
  113. {libcaes-20251121 → libcaes_python-20260520}/tests/caes_test_context.c +1 -1
  114. {libcaes-20251121 → libcaes_python-20260520}/tests/caes_test_crypt_cbc.c +1 -1
  115. {libcaes-20251121 → libcaes_python-20260520}/tests/caes_test_crypt_ccm.c +1 -1
  116. {libcaes-20251121 → libcaes_python-20260520}/tests/caes_test_crypt_xts.c +1 -1
  117. {libcaes-20251121 → libcaes_python-20260520}/tests/caes_test_error.c +1 -1
  118. {libcaes-20251121 → libcaes_python-20260520}/tests/caes_test_libcaes.h +1 -1
  119. {libcaes-20251121 → libcaes_python-20260520}/tests/caes_test_libcerror.h +1 -1
  120. {libcaes-20251121 → libcaes_python-20260520}/tests/caes_test_macros.h +1 -1
  121. {libcaes-20251121 → libcaes_python-20260520}/tests/caes_test_memory.c +1 -1
  122. {libcaes-20251121 → libcaes_python-20260520}/tests/caes_test_memory.h +2 -2
  123. {libcaes-20251121 → libcaes_python-20260520}/tests/caes_test_support.c +1 -1
  124. {libcaes-20251121 → libcaes_python-20260520}/tests/caes_test_tweaked_context.c +1 -1
  125. {libcaes-20251121 → libcaes_python-20260520}/tests/caes_test_unused.h +1 -1
  126. {libcaes-20251121 → libcaes_python-20260520}/tests/pycaes_test_crypt_cbc.py +2 -2
  127. {libcaes-20251121 → libcaes_python-20260520}/tests/pycaes_test_crypt_ccm.py +2 -2
  128. {libcaes-20251121 → libcaes_python-20260520}/tests/pycaes_test_crypt_ecb.py +2 -2
  129. {libcaes-20251121 → libcaes_python-20260520}/tests/pycaes_test_crypt_xts.py +2 -2
  130. {libcaes-20251121 → libcaes_python-20260520}/tests/pycaes_test_support.py +2 -2
  131. {libcaes-20251121 → libcaes_python-20260520}/tests/test_library.sh +16 -5
  132. {libcaes-20251121 → libcaes_python-20260520}/tests/test_python_module.sh +5 -4
  133. libcaes-20251121/INSTALL +0 -380
  134. libcaes-20251121/PKG-INFO +0 -16
  135. libcaes-20251121/dpkg/changelog +0 -5
  136. libcaes-20251121/pyproject.toml +0 -4
  137. libcaes-20251121/setup.cfg +0 -16
  138. libcaes-20251121/setup.cfg.in +0 -16
  139. libcaes-20251121/setup.py +0 -293
  140. {libcaes-20251121 → libcaes_python-20260520}/ABOUT-NLS +0 -0
  141. {libcaes-20251121 → libcaes_python-20260520}/COPYING +0 -0
  142. {libcaes-20251121 → libcaes_python-20260520}/COPYING.LESSER +0 -0
  143. {libcaes-20251121 → libcaes_python-20260520}/ChangeLog +0 -0
  144. {libcaes-20251121 → libcaes_python-20260520}/NEWS +0 -0
  145. {libcaes-20251121 → libcaes_python-20260520}/acinclude.m4 +0 -0
  146. {libcaes-20251121 → libcaes_python-20260520}/common/Makefile.am +0 -0
  147. {libcaes-20251121 → libcaes_python-20260520}/config.rpath +0 -0
  148. {libcaes-20251121 → libcaes_python-20260520}/dpkg/changelog.in +0 -0
  149. {libcaes-20251121 → libcaes_python-20260520}/dpkg/compat +0 -0
  150. {libcaes-20251121 → libcaes_python-20260520}/dpkg/control +0 -0
  151. {libcaes-20251121 → libcaes_python-20260520}/dpkg/libcaes-dev.install +0 -0
  152. {libcaes-20251121 → libcaes_python-20260520}/dpkg/libcaes-python3.install +0 -0
  153. {libcaes-20251121 → libcaes_python-20260520}/dpkg/libcaes.install +0 -0
  154. {libcaes-20251121 → libcaes_python-20260520}/dpkg/rules +0 -0
  155. {libcaes-20251121 → libcaes_python-20260520}/dpkg/source/format +0 -0
  156. {libcaes-20251121 → libcaes_python-20260520}/include/Makefile.am +0 -0
  157. {libcaes-20251121 → libcaes_python-20260520}/libcaes/Makefile.am +0 -0
  158. {libcaes-20251121 → libcaes_python-20260520}/libcaes.pc.in +0 -0
  159. {libcaes-20251121 → libcaes_python-20260520}/libcaes.spec.in +0 -0
  160. {libcaes-20251121 → libcaes_python-20260520}/libcerror/Makefile.am +0 -0
  161. {libcaes-20251121 → libcaes_python-20260520}/m4/common.m4 +0 -0
  162. {libcaes-20251121 → libcaes_python-20260520}/m4/gettext.m4 +0 -0
  163. {libcaes-20251121 → libcaes_python-20260520}/m4/host-cpu-c-abi.m4 +0 -0
  164. {libcaes-20251121 → libcaes_python-20260520}/m4/iconv.m4 +0 -0
  165. {libcaes-20251121 → libcaes_python-20260520}/m4/intlmacosx.m4 +0 -0
  166. {libcaes-20251121 → libcaes_python-20260520}/m4/lib-ld.m4 +0 -0
  167. {libcaes-20251121 → libcaes_python-20260520}/m4/lib-link.m4 +0 -0
  168. {libcaes-20251121 → libcaes_python-20260520}/m4/lib-prefix.m4 +0 -0
  169. {libcaes-20251121 → libcaes_python-20260520}/m4/libcerror.m4 +0 -0
  170. {libcaes-20251121 → libcaes_python-20260520}/m4/nls.m4 +0 -0
  171. {libcaes-20251121 → libcaes_python-20260520}/m4/po.m4 +0 -0
  172. {libcaes-20251121 → libcaes_python-20260520}/m4/progtest.m4 +0 -0
  173. {libcaes-20251121 → libcaes_python-20260520}/m4/tests.m4 +0 -0
  174. {libcaes-20251121 → libcaes_python-20260520}/m4/types.m4 +0 -0
  175. {libcaes-20251121 → libcaes_python-20260520}/manuals/Makefile.am +0 -0
  176. {libcaes-20251121 → libcaes_python-20260520}/msvscpp/Makefile.am +0 -0
  177. {libcaes-20251121 → libcaes_python-20260520}/msvscpp/caes_test_context/caes_test_context.vcproj +0 -0
  178. {libcaes-20251121 → libcaes_python-20260520}/msvscpp/caes_test_crypt_cbc/caes_test_crypt_cbc.vcproj +0 -0
  179. {libcaes-20251121 → libcaes_python-20260520}/msvscpp/caes_test_crypt_ccm/caes_test_crypt_ccm.vcproj +0 -0
  180. {libcaes-20251121 → libcaes_python-20260520}/msvscpp/caes_test_crypt_xts/caes_test_crypt_xts.vcproj +0 -0
  181. {libcaes-20251121 → libcaes_python-20260520}/msvscpp/caes_test_error/caes_test_error.vcproj +0 -0
  182. {libcaes-20251121 → libcaes_python-20260520}/msvscpp/caes_test_support/caes_test_support.vcproj +0 -0
  183. {libcaes-20251121 → libcaes_python-20260520}/msvscpp/caes_test_tweaked_context/caes_test_tweaked_context.vcproj +0 -0
  184. {libcaes-20251121 → libcaes_python-20260520}/msvscpp/libcaes/libcaes.vcproj +0 -0
  185. {libcaes-20251121 → libcaes_python-20260520}/msvscpp/libcaes.sln +0 -0
  186. {libcaes-20251121 → libcaes_python-20260520}/msvscpp/libcerror/libcerror.vcproj +0 -0
  187. {libcaes-20251121 → libcaes_python-20260520}/msvscpp/pycaes/pycaes.vcproj +0 -0
  188. {libcaes-20251121 → libcaes_python-20260520}/ossfuzz/Makefile.am +0 -0
  189. {libcaes-20251121 → libcaes_python-20260520}/po/ChangeLog +0 -0
  190. {libcaes-20251121 → libcaes_python-20260520}/po/Makefile.in.in +0 -0
  191. {libcaes-20251121 → libcaes_python-20260520}/po/Makevars +0 -0
  192. {libcaes-20251121 → libcaes_python-20260520}/po/Makevars.in +0 -0
  193. {libcaes-20251121 → libcaes_python-20260520}/po/POTFILES.in +0 -0
  194. {libcaes-20251121 → libcaes_python-20260520}/po/Rules-quot +0 -0
  195. {libcaes-20251121 → libcaes_python-20260520}/po/boldquot.sed +0 -0
  196. {libcaes-20251121 → libcaes_python-20260520}/po/en@boldquot.header +0 -0
  197. {libcaes-20251121 → libcaes_python-20260520}/po/en@quot.header +0 -0
  198. {libcaes-20251121 → libcaes_python-20260520}/po/insert-header.sin +0 -0
  199. {libcaes-20251121 → libcaes_python-20260520}/po/quot.sed +0 -0
  200. {libcaes-20251121 → libcaes_python-20260520}/po/remove-potcdate.sin +0 -0
  201. {libcaes-20251121 → libcaes_python-20260520}/pycaes/Makefile.am +0 -0
  202. {libcaes-20251121 → libcaes_python-20260520}/tests/Makefile.am +0 -0
  203. {libcaes-20251121 → libcaes_python-20260520}/tests/test_manpage.sh +0 -0
  204. {libcaes-20251121 → libcaes_python-20260520}/tests/test_runner.sh +0 -0
@@ -1,6 +1,6 @@
1
1
  Acknowledgements: libcaes
2
2
 
3
- Copyright (C) 2011-2025, Joachim Metz <joachim.metz@gmail.com>
3
+ Copyright (C) 2011-2026, Joachim Metz <joachim.metz@gmail.com>
4
4
 
5
5
  Additional credits go to:
6
6
  * Omar Choudary <choudary.omar@gmail.com> for providing initial
@@ -0,0 +1,368 @@
1
+ Installation Instructions
2
+ *************************
3
+
4
+ Copyright (C) 1994-1996, 1999-2002, 2004-2017, 2020-2021 Free
5
+ Software Foundation, Inc.
6
+
7
+ Copying and distribution of this file, with or without modification,
8
+ are permitted in any medium without royalty provided the copyright
9
+ notice and this notice are preserved. This file is offered as-is,
10
+ without warranty of any kind.
11
+
12
+ Basic Installation
13
+ ==================
14
+
15
+ Briefly, the shell command './configure && make && make install'
16
+ should configure, build, and install this package. The following
17
+ more-detailed instructions are generic; see the 'README' file for
18
+ instructions specific to this package. Some packages provide this
19
+ 'INSTALL' file but do not implement all of the features documented
20
+ below. The lack of an optional feature in a given package is not
21
+ necessarily a bug. More recommendations for GNU packages can be found
22
+ in *note Makefile Conventions: (standards)Makefile Conventions.
23
+
24
+ The 'configure' shell script attempts to guess correct values for
25
+ various system-dependent variables used during compilation. It uses
26
+ those values to create a 'Makefile' in each directory of the package.
27
+ It may also create one or more '.h' files containing system-dependent
28
+ definitions. Finally, it creates a shell script 'config.status' that
29
+ you can run in the future to recreate the current configuration, and a
30
+ file 'config.log' containing compiler output (useful mainly for
31
+ debugging 'configure').
32
+
33
+ It can also use an optional file (typically called 'config.cache' and
34
+ enabled with '--cache-file=config.cache' or simply '-C') that saves the
35
+ results of its tests to speed up reconfiguring. Caching is disabled by
36
+ default to prevent problems with accidental use of stale cache files.
37
+
38
+ If you need to do unusual things to compile the package, please try
39
+ to figure out how 'configure' could check whether to do them, and mail
40
+ diffs or instructions to the address given in the 'README' so they can
41
+ be considered for the next release. If you are using the cache, and at
42
+ some point 'config.cache' contains results you don't want to keep, you
43
+ may remove or edit it.
44
+
45
+ The file 'configure.ac' (or 'configure.in') is used to create
46
+ 'configure' by a program called 'autoconf'. You need 'configure.ac' if
47
+ you want to change it or regenerate 'configure' using a newer version of
48
+ 'autoconf'.
49
+
50
+ The simplest way to compile this package is:
51
+
52
+ 1. 'cd' to the directory containing the package's source code and type
53
+ './configure' to configure the package for your system.
54
+
55
+ Running 'configure' might take a while. While running, it prints
56
+ some messages telling which features it is checking for.
57
+
58
+ 2. Type 'make' to compile the package.
59
+
60
+ 3. Optionally, type 'make check' to run any self-tests that come with
61
+ the package, generally using the just-built uninstalled binaries.
62
+
63
+ 4. Type 'make install' to install the programs and any data files and
64
+ documentation. When installing into a prefix owned by root, it is
65
+ recommended that the package be configured and built as a regular
66
+ user, and only the 'make install' phase executed with root
67
+ privileges.
68
+
69
+ 5. Optionally, type 'make installcheck' to repeat any self-tests, but
70
+ this time using the binaries in their final installed location.
71
+ This target does not install anything. Running this target as a
72
+ regular user, particularly if the prior 'make install' required
73
+ root privileges, verifies that the installation completed
74
+ correctly.
75
+
76
+ 6. You can remove the program binaries and object files from the
77
+ source code directory by typing 'make clean'. To also remove the
78
+ files that 'configure' created (so you can compile the package for
79
+ a different kind of computer), type 'make distclean'. There is
80
+ also a 'make maintainer-clean' target, but that is intended mainly
81
+ for the package's developers. If you use it, you may have to get
82
+ all sorts of other programs in order to regenerate files that came
83
+ with the distribution.
84
+
85
+ 7. Often, you can also type 'make uninstall' to remove the installed
86
+ files again. In practice, not all packages have tested that
87
+ uninstallation works correctly, even though it is required by the
88
+ GNU Coding Standards.
89
+
90
+ 8. Some packages, particularly those that use Automake, provide 'make
91
+ distcheck', which can by used by developers to test that all other
92
+ targets like 'make install' and 'make uninstall' work correctly.
93
+ This target is generally not run by end users.
94
+
95
+ Compilers and Options
96
+ =====================
97
+
98
+ Some systems require unusual options for compilation or linking that
99
+ the 'configure' script does not know about. Run './configure --help'
100
+ for details on some of the pertinent environment variables.
101
+
102
+ You can give 'configure' initial values for configuration parameters
103
+ by setting variables in the command line or in the environment. Here is
104
+ an example:
105
+
106
+ ./configure CC=c99 CFLAGS=-g LIBS=-lposix
107
+
108
+ *Note Defining Variables::, for more details.
109
+
110
+ Compiling For Multiple Architectures
111
+ ====================================
112
+
113
+ You can compile the package for more than one kind of computer at the
114
+ same time, by placing the object files for each architecture in their
115
+ own directory. To do this, you can use GNU 'make'. 'cd' to the
116
+ directory where you want the object files and executables to go and run
117
+ the 'configure' script. 'configure' automatically checks for the source
118
+ code in the directory that 'configure' is in and in '..'. This is known
119
+ as a "VPATH" build.
120
+
121
+ With a non-GNU 'make', it is safer to compile the package for one
122
+ architecture at a time in the source code directory. After you have
123
+ installed the package for one architecture, use 'make distclean' before
124
+ reconfiguring for another architecture.
125
+
126
+ On MacOS X 10.5 and later systems, you can create libraries and
127
+ executables that work on multiple system types--known as "fat" or
128
+ "universal" binaries--by specifying multiple '-arch' options to the
129
+ compiler but only a single '-arch' option to the preprocessor. Like
130
+ this:
131
+
132
+ ./configure CC="gcc -arch i386 -arch x86_64 -arch ppc -arch ppc64" \
133
+ CXX="g++ -arch i386 -arch x86_64 -arch ppc -arch ppc64" \
134
+ CPP="gcc -E" CXXCPP="g++ -E"
135
+
136
+ This is not guaranteed to produce working output in all cases, you
137
+ may have to build one architecture at a time and combine the results
138
+ using the 'lipo' tool if you have problems.
139
+
140
+ Installation Names
141
+ ==================
142
+
143
+ By default, 'make install' installs the package's commands under
144
+ '/usr/local/bin', include files under '/usr/local/include', etc. You
145
+ can specify an installation prefix other than '/usr/local' by giving
146
+ 'configure' the option '--prefix=PREFIX', where PREFIX must be an
147
+ absolute file name.
148
+
149
+ You can specify separate installation prefixes for
150
+ architecture-specific files and architecture-independent files. If you
151
+ pass the option '--exec-prefix=PREFIX' to 'configure', the package uses
152
+ PREFIX as the prefix for installing programs and libraries.
153
+ Documentation and other data files still use the regular prefix.
154
+
155
+ In addition, if you use an unusual directory layout you can give
156
+ options like '--bindir=DIR' to specify different values for particular
157
+ kinds of files. Run 'configure --help' for a list of the directories
158
+ you can set and what kinds of files go in them. In general, the default
159
+ for these options is expressed in terms of '${prefix}', so that
160
+ specifying just '--prefix' will affect all of the other directory
161
+ specifications that were not explicitly provided.
162
+
163
+ The most portable way to affect installation locations is to pass the
164
+ correct locations to 'configure'; however, many packages provide one or
165
+ both of the following shortcuts of passing variable assignments to the
166
+ 'make install' command line to change installation locations without
167
+ having to reconfigure or recompile.
168
+
169
+ The first method involves providing an override variable for each
170
+ affected directory. For example, 'make install
171
+ prefix=/alternate/directory' will choose an alternate location for all
172
+ directory configuration variables that were expressed in terms of
173
+ '${prefix}'. Any directories that were specified during 'configure',
174
+ but not in terms of '${prefix}', must each be overridden at install time
175
+ for the entire installation to be relocated. The approach of makefile
176
+ variable overrides for each directory variable is required by the GNU
177
+ Coding Standards, and ideally causes no recompilation. However, some
178
+ platforms have known limitations with the semantics of shared libraries
179
+ that end up requiring recompilation when using this method, particularly
180
+ noticeable in packages that use GNU Libtool.
181
+
182
+ The second method involves providing the 'DESTDIR' variable. For
183
+ example, 'make install DESTDIR=/alternate/directory' will prepend
184
+ '/alternate/directory' before all installation names. The approach of
185
+ 'DESTDIR' overrides is not required by the GNU Coding Standards, and
186
+ does not work on platforms that have drive letters. On the other hand,
187
+ it does better at avoiding recompilation issues, and works well even
188
+ when some directory options were not specified in terms of '${prefix}'
189
+ at 'configure' time.
190
+
191
+ Optional Features
192
+ =================
193
+
194
+ If the package supports it, you can cause programs to be installed
195
+ with an extra prefix or suffix on their names by giving 'configure' the
196
+ option '--program-prefix=PREFIX' or '--program-suffix=SUFFIX'.
197
+
198
+ Some packages pay attention to '--enable-FEATURE' options to
199
+ 'configure', where FEATURE indicates an optional part of the package.
200
+ They may also pay attention to '--with-PACKAGE' options, where PACKAGE
201
+ is something like 'gnu-as' or 'x' (for the X Window System). The
202
+ 'README' should mention any '--enable-' and '--with-' options that the
203
+ package recognizes.
204
+
205
+ For packages that use the X Window System, 'configure' can usually
206
+ find the X include and library files automatically, but if it doesn't,
207
+ you can use the 'configure' options '--x-includes=DIR' and
208
+ '--x-libraries=DIR' to specify their locations.
209
+
210
+ Some packages offer the ability to configure how verbose the
211
+ execution of 'make' will be. For these packages, running './configure
212
+ --enable-silent-rules' sets the default to minimal output, which can be
213
+ overridden with 'make V=1'; while running './configure
214
+ --disable-silent-rules' sets the default to verbose, which can be
215
+ overridden with 'make V=0'.
216
+
217
+ Particular systems
218
+ ==================
219
+
220
+ On HP-UX, the default C compiler is not ANSI C compatible. If GNU CC
221
+ is not installed, it is recommended to use the following options in
222
+ order to use an ANSI C compiler:
223
+
224
+ ./configure CC="cc -Ae -D_XOPEN_SOURCE=500"
225
+
226
+ and if that doesn't work, install pre-built binaries of GCC for HP-UX.
227
+
228
+ HP-UX 'make' updates targets which have the same timestamps as their
229
+ prerequisites, which makes it generally unusable when shipped generated
230
+ files such as 'configure' are involved. Use GNU 'make' instead.
231
+
232
+ On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot
233
+ parse its '<wchar.h>' header file. The option '-nodtk' can be used as a
234
+ workaround. If GNU CC is not installed, it is therefore recommended to
235
+ try
236
+
237
+ ./configure CC="cc"
238
+
239
+ and if that doesn't work, try
240
+
241
+ ./configure CC="cc -nodtk"
242
+
243
+ On Solaris, don't put '/usr/ucb' early in your 'PATH'. This
244
+ directory contains several dysfunctional programs; working variants of
245
+ these programs are available in '/usr/bin'. So, if you need '/usr/ucb'
246
+ in your 'PATH', put it _after_ '/usr/bin'.
247
+
248
+ On Haiku, software installed for all users goes in '/boot/common',
249
+ not '/usr/local'. It is recommended to use the following options:
250
+
251
+ ./configure --prefix=/boot/common
252
+
253
+ Specifying the System Type
254
+ ==========================
255
+
256
+ There may be some features 'configure' cannot figure out
257
+ automatically, but needs to determine by the type of machine the package
258
+ will run on. Usually, assuming the package is built to be run on the
259
+ _same_ architectures, 'configure' can figure that out, but if it prints
260
+ a message saying it cannot guess the machine type, give it the
261
+ '--build=TYPE' option. TYPE can either be a short name for the system
262
+ type, such as 'sun4', or a canonical name which has the form:
263
+
264
+ CPU-COMPANY-SYSTEM
265
+
266
+ where SYSTEM can have one of these forms:
267
+
268
+ OS
269
+ KERNEL-OS
270
+
271
+ See the file 'config.sub' for the possible values of each field. If
272
+ 'config.sub' isn't included in this package, then this package doesn't
273
+ need to know the machine type.
274
+
275
+ If you are _building_ compiler tools for cross-compiling, you should
276
+ use the option '--target=TYPE' to select the type of system they will
277
+ produce code for.
278
+
279
+ If you want to _use_ a cross compiler, that generates code for a
280
+ platform different from the build platform, you should specify the
281
+ "host" platform (i.e., that on which the generated programs will
282
+ eventually be run) with '--host=TYPE'.
283
+
284
+ Sharing Defaults
285
+ ================
286
+
287
+ If you want to set default values for 'configure' scripts to share,
288
+ you can create a site shell script called 'config.site' that gives
289
+ default values for variables like 'CC', 'cache_file', and 'prefix'.
290
+ 'configure' looks for 'PREFIX/share/config.site' if it exists, then
291
+ 'PREFIX/etc/config.site' if it exists. Or, you can set the
292
+ 'CONFIG_SITE' environment variable to the location of the site script.
293
+ A warning: not all 'configure' scripts look for a site script.
294
+
295
+ Defining Variables
296
+ ==================
297
+
298
+ Variables not defined in a site shell script can be set in the
299
+ environment passed to 'configure'. However, some packages may run
300
+ configure again during the build, and the customized values of these
301
+ variables may be lost. In order to avoid this problem, you should set
302
+ them in the 'configure' command line, using 'VAR=value'. For example:
303
+
304
+ ./configure CC=/usr/local2/bin/gcc
305
+
306
+ causes the specified 'gcc' to be used as the C compiler (unless it is
307
+ overridden in the site shell script).
308
+
309
+ Unfortunately, this technique does not work for 'CONFIG_SHELL' due to an
310
+ Autoconf limitation. Until the limitation is lifted, you can use this
311
+ workaround:
312
+
313
+ CONFIG_SHELL=/bin/bash ./configure CONFIG_SHELL=/bin/bash
314
+
315
+ 'configure' Invocation
316
+ ======================
317
+
318
+ 'configure' recognizes the following options to control how it
319
+ operates.
320
+
321
+ '--help'
322
+ '-h'
323
+ Print a summary of all of the options to 'configure', and exit.
324
+
325
+ '--help=short'
326
+ '--help=recursive'
327
+ Print a summary of the options unique to this package's
328
+ 'configure', and exit. The 'short' variant lists options used only
329
+ in the top level, while the 'recursive' variant lists options also
330
+ present in any nested packages.
331
+
332
+ '--version'
333
+ '-V'
334
+ Print the version of Autoconf used to generate the 'configure'
335
+ script, and exit.
336
+
337
+ '--cache-file=FILE'
338
+ Enable the cache: use and save the results of the tests in FILE,
339
+ traditionally 'config.cache'. FILE defaults to '/dev/null' to
340
+ disable caching.
341
+
342
+ '--config-cache'
343
+ '-C'
344
+ Alias for '--cache-file=config.cache'.
345
+
346
+ '--quiet'
347
+ '--silent'
348
+ '-q'
349
+ Do not print messages saying which checks are being made. To
350
+ suppress all normal output, redirect it to '/dev/null' (any error
351
+ messages will still be shown).
352
+
353
+ '--srcdir=DIR'
354
+ Look for the package's source code in directory DIR. Usually
355
+ 'configure' can determine that directory automatically.
356
+
357
+ '--prefix=DIR'
358
+ Use DIR as the installation prefix. *note Installation Names:: for
359
+ more details, including other options available for fine-tuning the
360
+ installation locations.
361
+
362
+ '--no-create'
363
+ '-n'
364
+ Run the configure checks, but stop before creating any output
365
+ files.
366
+
367
+ 'configure' also accepts some other, not widely useful, options. Run
368
+ 'configure --help' for more details.
@@ -32,10 +32,9 @@ PKGCONFIG_FILES = \
32
32
  libcaes.pc.in
33
33
 
34
34
  SETUP_PY_FILES = \
35
+ _build.py \
35
36
  pyproject.toml \
36
- setup.cfg \
37
- setup.cfg.in \
38
- setup.py
37
+ pyproject.toml.in
39
38
 
40
39
  SPEC_FILES = \
41
40
  libcaes.spec \
@@ -1,7 +1,7 @@
1
- # Makefile.in generated by automake 1.18.1 from Makefile.am.
1
+ # Makefile.in generated by automake 1.16.5 from Makefile.am.
2
2
  # @configure_input@
3
3
 
4
- # Copyright (C) 1994-2025 Free Software Foundation, Inc.
4
+ # Copyright (C) 1994-2021 Free Software Foundation, Inc.
5
5
 
6
6
  # This Makefile.in is free software; the Free Software Foundation
7
7
  # gives unlimited permission to copy and/or distribute it,
@@ -70,8 +70,6 @@ am__make_running_with_option = \
70
70
  test $$has_opt = yes
71
71
  am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72
72
  am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73
- am__rm_f = rm -f $(am__rm_f_notfound)
74
- am__rm_rf = rm -rf $(am__rm_f_notfound)
75
73
  pkgdatadir = $(datadir)/@PACKAGE@
76
74
  pkgincludedir = $(includedir)/@PACKAGE@
77
75
  pkglibdir = $(libdir)/@PACKAGE@
@@ -114,7 +112,7 @@ mkinstalldirs = $(install_sh) -d
114
112
  CONFIG_HEADER = $(top_builddir)/common/config.h
115
113
  CONFIG_CLEAN_FILES = include/libcaes/definitions.h \
116
114
  include/libcaes/features.h include/libcaes/types.h \
117
- dpkg/changelog libcaes.pc libcaes.spec setup.cfg
115
+ dpkg/changelog libcaes.pc libcaes.spec pyproject.toml
118
116
  CONFIG_CLEAN_VPATH_FILES =
119
117
  AM_V_P = $(am__v_P_@AM_V@)
120
118
  am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
@@ -165,9 +163,10 @@ am__base_list = \
165
163
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
166
164
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
167
165
  am__uninstall_files_from_dir = { \
168
- { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
169
- || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
170
- $(am__cd) "$$dir" && echo $$files | $(am__xargs_n) 40 $(am__rm_f); }; \
166
+ test -z "$$files" \
167
+ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
168
+ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
169
+ $(am__cd) "$$dir" && rm -f $$files; }; \
171
170
  }
172
171
  am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
173
172
  DATA = $(pkgconfig_DATA)
@@ -199,7 +198,7 @@ am__define_uniq_tagged_files = \
199
198
  done | $(am__uniquify_input)`
200
199
  DIST_SUBDIRS = $(SUBDIRS)
201
200
  am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/libcaes.pc.in \
202
- $(srcdir)/libcaes.spec.in $(srcdir)/setup.cfg.in \
201
+ $(srcdir)/libcaes.spec.in $(srcdir)/pyproject.toml.in \
203
202
  $(top_srcdir)/dpkg/changelog.in \
204
203
  $(top_srcdir)/include/libcaes/definitions.h.in \
205
204
  $(top_srcdir)/include/libcaes/features.h.in \
@@ -212,8 +211,8 @@ distdir = $(PACKAGE)-$(VERSION)
212
211
  top_distdir = $(distdir)
213
212
  am__remove_distdir = \
214
213
  if test -d "$(distdir)"; then \
215
- find "$(distdir)" -type d ! -perm -700 -exec chmod u+rwx {} ';' \
216
- ; rm -rf "$(distdir)" \
214
+ find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
215
+ && rm -rf "$(distdir)" \
217
216
  || { sleep 5 && rm -rf "$(distdir)"; }; \
218
217
  else :; fi
219
218
  am__post_remove_distdir = $(am__remove_distdir)
@@ -243,16 +242,14 @@ am__relativize = \
243
242
  done; \
244
243
  reldir="$$dir2"
245
244
  DIST_ARCHIVES = $(distdir).tar.gz
246
- GZIP_ENV = -9
245
+ GZIP_ENV = --best
247
246
  DIST_TARGETS = dist-gzip
248
247
  # Exists only to be overridden by the user if desired.
249
248
  AM_DISTCHECK_DVI_TARGET = dvi
250
249
  distuninstallcheck_listfiles = find . -type f -print
251
250
  am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
252
251
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
253
- distcleancheck_listfiles = \
254
- find . \( -type f -a \! \
255
- \( -name .nfs* -o -name .smb* -o -name .__afs* \) \) -print
252
+ distcleancheck_listfiles = find . -type f -print
256
253
  ACLOCAL = @ACLOCAL@
257
254
  AMTAR = @AMTAR@
258
255
  AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
@@ -391,10 +388,8 @@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
391
388
  am__include = @am__include@
392
389
  am__leading_dot = @am__leading_dot@
393
390
  am__quote = @am__quote@
394
- am__rm_f_notfound = @am__rm_f_notfound@
395
391
  am__tar = @am__tar@
396
392
  am__untar = @am__untar@
397
- am__xargs_n = @am__xargs_n@
398
393
  ax_libcerror_pc_libs_private = @ax_libcerror_pc_libs_private@
399
394
  ax_libcerror_spec_build_requires = @ax_libcerror_spec_build_requires@
400
395
  ax_libcerror_spec_requires = @ax_libcerror_spec_requires@
@@ -482,10 +477,9 @@ PKGCONFIG_FILES = \
482
477
  libcaes.pc.in
483
478
 
484
479
  SETUP_PY_FILES = \
480
+ _build.py \
485
481
  pyproject.toml \
486
- setup.cfg \
487
- setup.cfg.in \
488
- setup.py
482
+ pyproject.toml.in
489
483
 
490
484
  SPEC_FILES = \
491
485
  libcaes.spec \
@@ -560,7 +554,7 @@ libcaes.pc: $(top_builddir)/config.status $(srcdir)/libcaes.pc.in
560
554
  cd $(top_builddir) && $(SHELL) ./config.status $@
561
555
  libcaes.spec: $(top_builddir)/config.status $(srcdir)/libcaes.spec.in
562
556
  cd $(top_builddir) && $(SHELL) ./config.status $@
563
- setup.cfg: $(top_builddir)/config.status $(srcdir)/setup.cfg.in
557
+ pyproject.toml: $(top_builddir)/config.status $(srcdir)/pyproject.toml.in
564
558
  cd $(top_builddir) && $(SHELL) ./config.status $@
565
559
 
566
560
  mostlyclean-libtool:
@@ -700,13 +694,12 @@ cscopelist-am: $(am__tagged_files)
700
694
  distclean-tags:
701
695
  -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
702
696
  -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
703
-
704
697
  distdir: $(BUILT_SOURCES)
705
698
  $(MAKE) $(AM_MAKEFLAGS) distdir-am
706
699
 
707
700
  distdir-am: $(DISTFILES)
708
701
  $(am__remove_distdir)
709
- $(AM_V_at)$(MKDIR_P) "$(distdir)"
702
+ test -d "$(distdir)" || mkdir "$(distdir)"
710
703
  @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
711
704
  topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
712
705
  list='$(DISTFILES)'; \
@@ -776,10 +769,6 @@ dist-bzip2: distdir
776
769
  tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
777
770
  $(am__post_remove_distdir)
778
771
 
779
- dist-bzip3: distdir
780
- tardir=$(distdir) && $(am__tar) | bzip3 -c >$(distdir).tar.bz3
781
- $(am__post_remove_distdir)
782
-
783
772
  dist-lzip: distdir
784
773
  tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
785
774
  $(am__post_remove_distdir)
@@ -821,11 +810,9 @@ dist dist-all:
821
810
  distcheck: dist
822
811
  case '$(DIST_ARCHIVES)' in \
823
812
  *.tar.gz*) \
824
- eval GZIP= gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
813
+ eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
825
814
  *.tar.bz2*) \
826
815
  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
827
- *.tar.bz3*) \
828
- bzip3 -dc $(distdir).tar.bz3 | $(am__untar) ;;\
829
816
  *.tar.lz*) \
830
817
  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
831
818
  *.tar.xz*) \
@@ -833,7 +820,7 @@ distcheck: dist
833
820
  *.tar.Z*) \
834
821
  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
835
822
  *.shar.gz*) \
836
- eval GZIP= gzip -dc $(distdir).shar.gz | unshar ;;\
823
+ eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
837
824
  *.zip*) \
838
825
  unzip $(distdir).zip ;;\
839
826
  *.tar.zst*) \
@@ -936,9 +923,9 @@ mostlyclean-generic:
936
923
  clean-generic:
937
924
 
938
925
  distclean-generic:
939
- -$(am__rm_f) $(CONFIG_CLEAN_FILES)
940
- -test . = "$(srcdir)" || $(am__rm_f) $(CONFIG_CLEAN_VPATH_FILES)
941
- -$(am__rm_f) $(DISTCLEANFILES)
926
+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
927
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
928
+ -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
942
929
 
943
930
  maintainer-clean-generic:
944
931
  @echo "This command is intended for maintainers to use"
@@ -1026,8 +1013,8 @@ uninstall-am: uninstall-pkgconfigDATA
1026
1013
  .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1027
1014
  am--refresh check check-am clean clean-cscope clean-generic \
1028
1015
  clean-libtool cscope cscopelist-am ctags ctags-am dist \
1029
- dist-all dist-bzip2 dist-bzip3 dist-gzip dist-lzip dist-shar \
1030
- dist-tarZ dist-xz dist-zip dist-zstd distcheck distclean \
1016
+ dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
1017
+ dist-xz dist-zip dist-zstd distcheck distclean \
1031
1018
  distclean-generic distclean-libtool distclean-tags \
1032
1019
  distcleancheck distdir distuninstallcheck dvi dvi-am html \
1033
1020
  html-am info info-am install install-am install-data \
@@ -1058,10 +1045,3 @@ library:
1058
1045
  # Tell versions [3.59,3.63) of GNU make to not export all variables.
1059
1046
  # Otherwise a system limit (for SysV at least) may be exceeded.
1060
1047
  .NOEXPORT:
1061
-
1062
- # Tell GNU make to disable its built-in pattern rules.
1063
- %:: %,v
1064
- %:: RCS/%,v
1065
- %:: RCS/%
1066
- %:: s.%
1067
- %:: SCCS/s.%
@@ -0,0 +1,29 @@
1
+ Metadata-Version: 2.4
2
+ Name: libcaes-python
3
+ Version: 20260520
4
+ Summary: Python bindings for libcaes
5
+ Maintainer-email: Joachim Metz <joachim.metz@gmail.com>
6
+ License-Expression: LGPL-3.0-or-later
7
+ Project-URL: Documentation, https://github.com/libyal/libcaes/wiki/Home
8
+ Project-URL: Homepage, https://github.com/libyal/libcaes
9
+ Project-URL: Repository, https://github.com/libyal/libcaes
10
+ Classifier: Development Status :: 3 - Alpha
11
+ Classifier: Programming Language :: Python
12
+ Requires-Python: >=3.10
13
+ Description-Content-Type: text/markdown
14
+ License-File: COPYING
15
+ License-File: COPYING.LESSER
16
+ Dynamic: license-file
17
+
18
+ libcaes is a library to support cross-platform AES encryption.
19
+
20
+ Project information:
21
+
22
+ * Status: alpha
23
+ * Licence: LGPL-3.0-or-later
24
+
25
+ For more information see:
26
+
27
+ * Project documentation: https://github.com/libyal/libcaes/wiki/Home
28
+ * How to build from source: https://github.com/libyal/libcaes/wiki/Building
29
+
@@ -3,7 +3,7 @@ libcaes is a library to support cross-platform AES encryption.
3
3
  Project information:
4
4
 
5
5
  * Status: alpha
6
- * Licence: LGPLv3+
6
+ * Licence: LGPL-3.0-or-later
7
7
 
8
8
  For more information see:
9
9