File: test_reformat_True_UNORDERED_.diff

package info (click to toggle)
python-pyproject-parser 0.13.0-3
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 2,432 kB
  • sloc: python: 3,086; makefile: 5
file content (52 lines) | stat: -rw-r--r-- 1,579 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Reformatting 'pyproject.toml'
--- pyproject.toml	(original)
+++ pyproject.toml	(reformatted)
@@ -1,29 +1,25 @@
-[project]
-keywords = [ "pep517", "pep621", "build", "sdist", "wheel", "packaging", "distribution",]
-version = "2021.0.0"
-description = "A simple Python wheel builder for simple projects."
-dynamic = [ "classifiers", "requires-python",]
-dependencies = [
-  "httpx",
-  "gidgethub[httpx]>4.0.0",
-  "django>2.1; os_name != 'nt'",
-  "django>2.0; os_name == 'nt'"
-]
-name = "whey"
-
 [build-system]
 requires = [ "whey",]
 build-backend = "whey"

+[project]
+name = "whey"
+version = "2021.0.0"
+description = "A simple Python wheel builder for simple projects."
+keywords = [ "build", "distribution", "packaging", "pep517", "pep621", "sdist", "wheel",]
+dependencies = [ 'django>2.1; os_name != "nt"', 'django>2.0; os_name == "nt"', "gidgethub[httpx]>4.0.0", "httpx",]
+dynamic = [ "classifiers", "requires-python",]

-
-
+[[project.authors]]
+name = "Dominic Davis-Foster"
+email = "dominic@davis-foster.co.uk"

 [project.urls]
 Homepage = "https://whey.readthedocs.io/en/latest"
 Documentation = "https://whey.readthedocs.io/en/latest"
 "Issue Tracker" = "https://github.com/repo-helper/whey/issues"
 "Source Code" = "https://github.com/repo-helper/whey"
+
 [tool.whey]
 base-classifiers = [ "Development Status :: 4 - Beta",]
 python-versions = [ "3.6", "3.7", "3.8", "3.9", "3.10",]
@@ -31,7 +27,3 @@
 platforms = [ "Windows", "macOS", "Linux",]
 license-key = "MIT"

-[[project.authors]]
-email = "dominic@davis-foster.co.uk"
-name = "Dominic Davis-Foster"
-