Skip to content

Commit

Permalink
feat: added rpds-py and crcmod-plus
Browse files Browse the repository at this point in the history
  • Loading branch information
ntamas committed Dec 22, 2023
1 parent bda1ba4 commit d0cc15c
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
18 changes: 18 additions & 0 deletions packages/crcmod-plus/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
package:
name: crcmod-plus
version: 2.1.0
top-level:
- crcmod

source:
url: https://files.pythonhosted.org/packages/b1/4f/b899763daf22f9edd7311c204340b80aa8a24752fcd4b3b5b012730dbb5e/crcmod-plus-2.1.0.tar.gz
sha256: 127b80e1fce7cc52ed6da5e4cb74e48cb29616ee90924f444c73d9480f356158

test:
imports:
- crcmod

about:
PyPI: https://pypi.org/project/crcmod-plus
summary: CRC generator - modernized
license: MIT License (MIT)
18 changes: 18 additions & 0 deletions packages/rpds-py/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
package:
name: rpds-py
version: 0.15.2
top-level:
- rpds

source:
url: https://files.pythonhosted.org/packages/a9/27/92d18887228969196cd80943e3fb94520925462aa660fb491e4e2da93e56/rpds_py-0.15.2.tar.gz
sha256: 373b76eeb79e8c14f6d82cb1d4d5293f9e4059baec6c1b16dca7ad13b6131b39

test:
imports:
- rpds

about:
PyPI: https://pypi.org/project/rpds-py
summary: Python bindings to Rust's persistent data structures (rpds)
license: MIT License (MIT)

0 comments on commit d0cc15c

Please sign in to comment.