about summary refs log tree commit diff stats
path: root/templates/unmaintained/python
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-03-31 23:40:32 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-04-01 00:00:04 +0200
commit6df2ef639806567bf7ef9b3b50bef08b9cfb7e3a (patch)
tree60b33e862c20f8aff56949d40b197aec71eedb91 /templates/unmaintained/python
parentfeat(shell): Update to my new SOTA (diff)
downloadflake-templates-6df2ef639806567bf7ef9b3b50bef08b9cfb7e3a.tar.gz
flake-templates-6df2ef639806567bf7ef9b3b50bef08b9cfb7e3a.zip
refactor({python,markdown}): Also move them to the templates diretory
Diffstat (limited to '')
-rw-r--r--templates/unmaintained/python/.envrc (renamed from python/.envrc)0
-rw-r--r--templates/unmaintained/python/.gitignore (renamed from python/.gitignore)0
-rw-r--r--templates/unmaintained/python/COPYING (renamed from python/COPYING)0
-rw-r--r--templates/unmaintained/python/LICENSE.spdx (renamed from python/LICENSE.spdx)0
-rw-r--r--templates/unmaintained/python/README.md (renamed from python/README.md)0
-rwxr-xr-xtemplates/unmaintained/python/TODO/__init__.py (renamed from python/TODO/__init__.py)1
-rw-r--r--templates/unmaintained/python/cog.toml (renamed from python/cog.toml)10
-rw-r--r--templates/unmaintained/python/flake.nix (renamed from python/flake.nix)0
-rw-r--r--templates/unmaintained/python/requirements.txt (renamed from python/requirements.txt)0
-rw-r--r--templates/unmaintained/python/setup.cfg (renamed from python/setup.cfg)0
-rw-r--r--templates/unmaintained/python/setup.py (renamed from python/setup.py)0
11 files changed, 4 insertions, 7 deletions
diff --git a/python/.envrc b/templates/unmaintained/python/.envrc
index 958a322..958a322 100644
--- a/python/.envrc
+++ b/templates/unmaintained/python/.envrc
diff --git a/python/.gitignore b/templates/unmaintained/python/.gitignore
index 9ae393f..9ae393f 100644
--- a/python/.gitignore
+++ b/templates/unmaintained/python/.gitignore
diff --git a/python/COPYING b/templates/unmaintained/python/COPYING
index f288702..f288702 100644
--- a/python/COPYING
+++ b/templates/unmaintained/python/COPYING
diff --git a/python/LICENSE.spdx b/templates/unmaintained/python/LICENSE.spdx
index ecb7d83..ecb7d83 100644
--- a/python/LICENSE.spdx
+++ b/templates/unmaintained/python/LICENSE.spdx
diff --git a/python/README.md b/templates/unmaintained/python/README.md
index aa95851..aa95851 100644
--- a/python/README.md
+++ b/templates/unmaintained/python/README.md
diff --git a/python/TODO/__init__.py b/templates/unmaintained/python/TODO/__init__.py
index 763fb8a..46b4ca5 100755
--- a/python/TODO/__init__.py
+++ b/templates/unmaintained/python/TODO/__init__.py
@@ -1,3 +1,2 @@
 def main():
     print("Hello world!")
-
diff --git a/python/cog.toml b/templates/unmaintained/python/cog.toml
index 2046e84..4f78064 100644
--- a/python/cog.toml
+++ b/templates/unmaintained/python/cog.toml
@@ -4,16 +4,14 @@ ignore_merge_commits = false
 pre_package_bump_hooks = []
 post_package_bump_hooks = []
 
-branch_whitelist = [
-  "prime",
-]
+branch_whitelist = ["prime"]
 
 pre_bump_hooks = [
-    "nix build", # verify the project builds
+  "nix build", # verify the project builds
 ]
 post_bump_hooks = [
-    "git push",
-    "git push origin v{{version}}", # push the new tag to origin
+  "git push",
+  "git push origin v{{version}}", # push the new tag to origin
 ]
 
 [commit_types]
diff --git a/python/flake.nix b/templates/unmaintained/python/flake.nix
index 36c7478..36c7478 100644
--- a/python/flake.nix
+++ b/templates/unmaintained/python/flake.nix
diff --git a/python/requirements.txt b/templates/unmaintained/python/requirements.txt
index e69de29..e69de29 100644
--- a/python/requirements.txt
+++ b/templates/unmaintained/python/requirements.txt
diff --git a/python/setup.cfg b/templates/unmaintained/python/setup.cfg
index 2c6d24f..2c6d24f 100644
--- a/python/setup.cfg
+++ b/templates/unmaintained/python/setup.cfg
diff --git a/python/setup.py b/templates/unmaintained/python/setup.py
index 6068493..6068493 100644
--- a/python/setup.py
+++ b/templates/unmaintained/python/setup.py