summaryrefslogtreecommitdiff
path: root/dev-python/typogrify
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/typogrify
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/typogrify')
-rw-r--r--dev-python/typogrify/Manifest2
-rw-r--r--dev-python/typogrify/metadata.xml14
-rw-r--r--dev-python/typogrify/typogrify-2.1.0.ebuild33
3 files changed, 0 insertions, 49 deletions
diff --git a/dev-python/typogrify/Manifest b/dev-python/typogrify/Manifest
deleted file mode 100644
index ef70f9ee5341..000000000000
--- a/dev-python/typogrify/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST typogrify-2.1.0.tar.gz 28622 BLAKE2B b3ca5fa5c518bcbf508bd30bfca665c222809e8760e04b0aaec34e87e1dc137391b66bbf99d601b168c7178bd10273625d209ba5bcbddb9742b3c4cc9b2161f8 SHA512 25d7e52f370928b542d5202bd64dfd461f4ba81a92c8ca74423faa8bf852ad859fc5291847a0b3c69252d671257249474aa4639f032c6a9635f42e35b82af48e
-DIST typogrify-2.1.0.tar.gz.provenance 8910 BLAKE2B 61e174f8829ec6be485eab7e9ba3f97575dc80f800caf52de881230d3986fe786f486956db42e143c4142a5b2584cf29ec5be61d324303d8528958e308b71f67 SHA512 0e3201492086f545b292141256457a5b2d646328127a12b38ca01353ad2d285d7e5865a4715879b753bbd3762b02b7a2cb81dc11c477ec4e58687482f2f718de
diff --git a/dev-python/typogrify/metadata.xml b/dev-python/typogrify/metadata.xml
deleted file mode 100644
index 0c4a1ea3bfd3..000000000000
--- a/dev-python/typogrify/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <stabilize-allarches/>
- <upstream>
- <remote-id type="pypi">typogrify</remote-id>
- <remote-id type="github">justinmayer/typogrify</remote-id>
- <bugs-to>https://github.com/justinmayer/typogrify/issues/</bugs-to>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/typogrify/typogrify-2.1.0.ebuild b/dev-python/typogrify/typogrify-2.1.0.ebuild
deleted file mode 100644
index 6dccb7935598..000000000000
--- a/dev-python/typogrify/typogrify-2.1.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 2021-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYPI_VERIFY_REPO=https://github.com/justinmayer/typogrify
-PYTHON_COMPAT=( python3_{13..14} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Filters for web typography, supporting Django & Jinja templates"
-HOMEPAGE="
- https://github.com/justinmayer/typogrify/
- https://pypi.org/project/typogrify/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
-
-RDEPEND="
- >=dev-python/smartypants-1.8.3[${PYTHON_USEDEP}]
-"
-
-EPYTEST_PLUGINS=()
-distutils_enable_tests pytest
-
-python_test() {
- epytest --doctest-modules \
- typogrify/filters.py \
- typogrify/packages/titlecase/tests.py
-}