Use babel-glade extractor 0.6.0

no longer need my fork.
This commit is contained in:
Arjan Molenaar
2019-11-19 16:14:22 +01:00
parent 3094020e8a
commit 21c8663b68
2 changed files with 13 additions and 15 deletions

26
poetry.lock generated
View File

@ -57,7 +57,7 @@ docs = ["sphinx", "zope.interface"]
tests = ["coverage", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "zope.interface"]
[[package]]
category = "main"
category = "dev"
description = "Internationalization utilities"
name = "babel"
optional = false
@ -68,9 +68,9 @@ version = "2.7.0"
pytz = ">=2015.7"
[[package]]
category = "main"
category = "dev"
description = "Babel Glade XML files translatable strings extractor"
name = "BabelGladeExtractor"
name = "babelgladeextractor"
optional = false
python-versions = "*"
version = "0.6.0"
@ -78,10 +78,6 @@ version = "0.6.0"
[package.dependencies]
Babel = "*"
[package.source]
reference = "c1642271696eb8aac188a6f6f09838e5a1daafaf"
type = "git"
url = "https://github.com/gaphor/babel-glade.git"
[[package]]
category = "dev"
description = "The uncompromising code formatter."
@ -223,8 +219,8 @@ category = "main"
description = "Generic programming library for Python"
name = "generic"
optional = false
python-versions = ">=3.6,<4.0"
version = "1.0.0b1"
python-versions = ">=3.7,<4.0"
version = "1.0.0"
[[package]]
category = "dev"
@ -535,7 +531,7 @@ docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"]
testing = ["pytest (>=2.8)", "pytest-sugar (>=0.9.1)", "collective.checkdocs", "pytest-flake8", "pytest-virtualenv"]
[[package]]
category = "main"
category = "dev"
description = "World timezone definitions, modern and historical"
name = "pytz"
optional = false
@ -795,7 +791,7 @@ docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"]
testing = ["pathlib2", "contextlib2", "unittest2"]
[metadata]
content-hash = "478870b53b53fe9d0bb4476b0c4a5346b1f51aad9b26d5b7e1507ce46b74360e"
content-hash = "6aa6b236150c7e1f496449f5012d2f113296fe18b83927b3d05282bf977ee819"
python-versions = "^3.7"
[metadata.files]
@ -827,7 +823,9 @@ babel = [
{file = "Babel-2.7.0-py2.py3-none-any.whl", hash = "sha256:af92e6106cb7c55286b25b38ad7695f8b4efb36a90ba483d7f7a6628c46158ab"},
{file = "Babel-2.7.0.tar.gz", hash = "sha256:e86135ae101e31e2c8ec20a4e0c5220f4eed12487d5cf3f78be7e98d3a57fc28"},
]
BabelGladeExtractor = []
babelgladeextractor = [
{file = "BabelGladeExtractor-0.6.0.tar.bz2", hash = "sha256:464acfdb4b4ec160e7932bcc1d4f398f692ab474df99555734020aa947dca5a2"},
]
black = [
{file = "black-19.10b0-py36-none-any.whl", hash = "sha256:1b30e59be925fafc1ee4565e5e08abef6b03fe455102883820fe5ee2e4734e0b"},
{file = "black-19.10b0.tar.gz", hash = "sha256:c2edb73a08e9e0e6f65a0e6af18b059b8b1cdd5bef997d7a0b181df93dc81539"},
@ -911,8 +909,8 @@ gaphas = [
{file = "gaphas-1.1.2.tar.gz", hash = "sha256:f1254f64b709da5722878e1b43a435bb199d12e836f255d517b42fe94ac45b26"},
]
generic = [
{file = "generic-1.0.0b1-py3-none-any.whl", hash = "sha256:c7c8778e6ede6aeb7b2525626584faea98aa141b11ea891d03061cf79313146e"},
{file = "generic-1.0.0b1.tar.gz", hash = "sha256:f883a065a02dc64b9584e8f9d7738a39159e138e90ef84755213eb5b4a235f02"},
{file = "generic-1.0.0-py3-none-any.whl", hash = "sha256:a8dbb3133929223149272fcc70a95967cf3b24e3fa12601f91c67fb61efe29d4"},
{file = "generic-1.0.0.tar.gz", hash = "sha256:c7651fb460feae762065b4a29afbfe2a346b2b18dccd4a8495a7e978498f66bc"},
]
identify = [
{file = "identify-1.4.7-py2.py3-none-any.whl", hash = "sha256:4f1fe9a59df4e80fcb0213086fcf502bc1765a01ea4fe8be48da3b65afd2a017"},

View File

@ -53,7 +53,7 @@ sphinx = "^2.2"
recommonmark = "^0.6.0"
sphinx-rtd-theme = "^0.4.3"
babel = "^2.7.0"
babelgladeextractor = { git = "https://github.com/gaphor/babel-glade.git", branch = "master" }
babelgladeextractor = "^0.6.0"
flake8 = "^3.7.9"
isort = "^4.3.21"