milis/talimatname/genel/p/python3-markupsafe/talimat

18 lines
530 B
Plaintext
Raw Normal View History

2018-06-09 00:06:58 +02:00
# Tanım: Python için bir XML/HTML/XHTML İşaretleme güvenli dize uygular
# URL: http://pypi.python.org/pypi/MarkupSafe
# Paketçi: Cihan_Alkan
2018-08-15 17:59:22 +02:00
# Gerekler: python3 python3-setuptools
2018-06-09 00:06:58 +02:00
# Grup: kütüphane
2018-08-15 17:59:22 +02:00
isim=python3-markupsafe
2018-06-09 00:06:58 +02:00
surum=1.0
devir=1
kaynak=(https://pypi.io/packages/source/M/MarkupSafe/MarkupSafe-${surum}.tar.gz)
derle() {
cd "$SRC"/MarkupSafe-$surum
python3 setup.py build
python3 setup.py install --root="$PKG" --optimize=1 --skip-build
install -Dm644 LICENSE "$PKG/usr/share/licenses/$isim/LICENSE"
}