Files
chromebrew/packages/py3_smartypants.rb
github-actions[bot] 69d416be1b AutoBuild: sed started at 2025-06-18-21UTC (#12058)
* Adjust sed logic and update i686 hashes.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Add built packages for linux/amd64 to sed

* Add built packages for linux/arm/v7 to sed

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
Co-authored-by: Satadru Pramanik <satadru@gmail.com>
Co-authored-by: satmandu <satmandu@users.noreply.github.com>
2025-06-18 22:30:19 +00:00

15 lines
391 B
Ruby

require 'buildsystems/pip'
class Py3_smartypants < Pip
description 'Smartypants translates plain ASCII punctuation characters into "smart" typographic punctuation HTML entities.'
homepage 'https://github.com/leohemsted/smartypants.py/'
version "2.0.2-#{CREW_PY_VER}"
license 'BSD'
compatibility 'all'
source_url 'SKIP'
depends_on 'python3' => :build
no_compile_needed
end