Skip to content

Commit 0213415

Browse files
authored
Merge pull request #59 from mattsb42-aws/park
Park config
2 parents 847a362 + 7d34b2c commit 0213415

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed

park.cfg

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
[DEFAULT]
2+
version: 0.0.1
3+
author: Amazon Web Services
4+
author_email: [email protected]
5+
url: https://github.com/awslabs/aws-dynamodb-encryption-python
6+
description: Did you mean to install dynamodb-encryption-sdk?
7+
long_description:
8+
This package has been parked by {author} to protect you against packages
9+
adopting names that might be common mistakes when looking for ours. You probably
10+
wanted to install dynamodb-encryption-sdk. For more information, see {url}.
11+
description_keys:
12+
author
13+
url
14+
15+
[names]
16+
dynamodb-encryption:
17+
dynamodb-encyrption:
18+
dynamodb-encrpytion:
19+
dynamodb-encrytpion:
20+
dynamodbencryptionsdk:
21+
dynamodbencyrptionsdk:
22+
dynamodbencrpytionsdk:
23+
dynamodbencrytpionsdk:

tox.ini

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ envlist =
1212
# linters :: Runs all linters over all source code.
1313
# linters-tests :: Runs all linters over all tests.
1414

15+
# Operational helper environments:
16+
# docs :: Builds Sphinx documentation.
17+
# serve-docs :: Starts local webserver to serve built documentation.
18+
# park :: Builds name-parking packages using pypi-parker.
19+
# build :: Builds source and wheel dist files.
20+
# test-release :: Builds dist files and uploads to testpypi pypirc profile.
21+
# release :: Builds dist files and uploads to pypi pypirc profile.
22+
1523
[testenv:base-command]
1624
commands = pytest --basetemp={envtmpdir} -l --cov dynamodb_encryption_sdk {posargs}
1725

@@ -231,6 +239,15 @@ deps =
231239
commands =
232240
python -m http.server {posargs}
233241

242+
# Release tooling
243+
[testenv:park]
244+
basepython = python3.6
245+
skip_install = true
246+
deps =
247+
pypi-parker
248+
setuptools
249+
commands = python setup.py park
250+
234251
# Release tooling
235252
[testenv:build]
236253
basepython = python3

0 commit comments

Comments
 (0)