Skip to content

Commit

Permalink
Fix DESCRIPTION
Browse files Browse the repository at this point in the history
  • Loading branch information
orsonteodoro committed Jan 1, 2025
1 parent 9467dc5 commit f621a43
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -953,7 +953,7 @@ for x in $(grep -l -e "^DESCRIPTION" $(find . -name "*ebuild")) ; do d=$(cat "${
| dev-python/hanabi-learning-environment | hanabi_learning_environment is a research platform for Hanabi experiments. |
| dev-python/inquirer | Collection of common interactive command line user interfaces, based on Inquirer.js |
| dev-python/instructor | Structured outputs for LLMs |
| dev-python/invisible-watermark | Create, fill a temporary directory |
| dev-python/invisible-watermark | A Python library for invisible image watermark (blind image watermark) |
| dev-python/ivy | Convert machine learning code between frameworks |
| dev-python/jax | Differentiate, compile, and transform Numpy code |
| dev-python/jaxlib | Support library for JAX |
Expand Down
2 changes: 1 addition & 1 deletion dev-python/invisible-watermark/Manifest
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
DIST invisible-watermark-0.2.0-85b1074.tar.gz 4703095 BLAKE2B 7ee7bbad8ba15203c47a42a6622ef9b16b7d855f10805d6d463be82a71b1277dfb71837234943a8022eaed4fbb31e36be8dd260df2ef506d31c89f0558a88c3c SHA512 f492bfdea49c94e321db3c011e697ff4bdbc030172e26ae221de04fd0ff7126a690837f006ec80eba9095e39aa6af9e006dfadd320aaeecb1909ab35158113ce
EBUILD invisible-watermark-0.2.0.ebuild 1761 BLAKE2B 6ab9e8333b4d596bc82743765d40d0837a79c9c0484b9a8c3506f322492641236757bea5a9887614ce8587b988b1343dc394fcc30eba22743fc66d7f358dc2e0 SHA512 35d847c524e9c34b86aa3215fb34b83c8b47c400cc67736ba216f86754175cdeffbac1a100ac942f4a2af7758efa30db948f7902289ad0282b91e0fabdd234ad
EBUILD invisible-watermark-0.2.0.ebuild 1797 BLAKE2B d0db54b6274f28448b52c5089638e8a514875092fb383cf5ac980ffedc9cad6cebb5cbb31f296ee4d3ad0bee356832c3052cf8262aee42e8f028f00778d41c6e SHA512 898f2cb8ffbd926990e02883cc94336fa9962e217bdc873084641960baf980042e595bb78b9a6ec771a2d72716e442590294daf76b3360c28363014cc4f5a529
MISC metadata.xml 639 BLAKE2B fb9730cd0d0cf3ffa2080b7e9ae309914e419328054bbc7d428c6269babfb037f1de40515bacbb3ffcebd3adb7d9957784d4a924522604f3d252dc2f4abdb705 SHA512 a220d4a015636df055d336843fbd9d412b7755529728435b98787401664717d39132e5a180c0d0ebcf7c7c1bf0b1eb1ca68a5f6093428cfb1d94bab3d0744f52
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ https://github.com/ShieldMnt/invisible-watermark/archive/${FALLBACK_COMMIT}.tar.
"
fi

DESCRIPTION="Create, fill a temporary directory"
DESCRIPTION="A Python library for invisible image watermark (blind image watermark)"
HOMEPAGE="
https://github.com/ShieldMnt/invisible-watermark
https://pypi.org/project/invisible-watermark
Expand Down

0 comments on commit f621a43

Please sign in to comment.