2018-10-08 04:52:23 +08:00
|
|
|
# Copyright 2013-2018 Lawrence Livermore National Security, LLC and other
|
|
|
|
# Spack Project Developers. See the top-level COPYRIGHT file for details.
|
2016-09-06 21:56:13 +08:00
|
|
|
#
|
2018-10-08 04:52:23 +08:00
|
|
|
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
|
|
|
|
|
2016-09-06 21:56:13 +08:00
|
|
|
from spack import *
|
|
|
|
|
|
|
|
|
2017-01-19 02:34:09 +08:00
|
|
|
class Itstool(AutotoolsPackage):
|
2016-09-06 21:56:13 +08:00
|
|
|
"""ITS Tool allows you to translate your XML documents with PO files, using
|
|
|
|
rules from the W3C Internationalization Tag Set (ITS) to determine what
|
|
|
|
to translate and how to separate it into PO file messages."""
|
|
|
|
|
|
|
|
homepage = "http://itstool.org/"
|
|
|
|
url = "http://files.itstool.org/itstool/itstool-2.0.2.tar.bz2"
|
|
|
|
|
|
|
|
version('2.0.2', 'd472d877a7bc49899a73d442085b2f93')
|
|
|
|
version('2.0.1', '40935cfb08228488bd45575e5f001a34')
|
|
|
|
version('2.0.0', 'd8c702c3e8961db83d04182c2aa4730b')
|
|
|
|
version('1.2.0', 'c0925f6869e33af8e7fe56848c129152')
|