File tree 2 files changed +40
-0
lines changed 2 files changed +40
-0
lines changed Original file line number Diff line number Diff line change
1
+ [DEFAULT]
2
+ version: 0.0.1
3
+ author: Amazon Web Services
4
+
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:
Original file line number Diff line number Diff line change @@ -12,6 +12,14 @@ envlist =
12
12
# linters :: Runs all linters over all source code.
13
13
# linters-tests :: Runs all linters over all tests.
14
14
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
+
15
23
[testenv:base-command]
16
24
commands = pytest --basetemp ={envtmpdir} -l --cov dynamodb_encryption_sdk {posargs}
17
25
@@ -231,6 +239,15 @@ deps =
231
239
commands =
232
240
python -m http.server {posargs}
233
241
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
+
234
251
# Release tooling
235
252
[testenv:build]
236
253
basepython = python3
You can’t perform that action at this time.
0 commit comments