mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	[fix] remove twine from requirements-dev
SearXNG is a rolling release / we do not deploy packages on PyPi Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
		
							parent
							
								
									08e524fc35
								
							
						
					
					
						commit
						c197c0e35e
					
				
					 4 changed files with 1 additions and 18 deletions
				
			
		
							
								
								
									
										1
									
								
								Makefile
									
										
									
									
									
								
							
							
						
						
									
										1
									
								
								Makefile
									
										
									
									
									
								
							| 
						 | 
					@ -82,7 +82,6 @@ MANAGE += gecko.driver
 | 
				
			||||||
MANAGE += node.env node.env.dev node.clean
 | 
					MANAGE += node.env node.env.dev node.clean
 | 
				
			||||||
MANAGE += py.build py.clean
 | 
					MANAGE += py.build py.clean
 | 
				
			||||||
MANAGE += pyenv pyenv.install pyenv.uninstall
 | 
					MANAGE += pyenv pyenv.install pyenv.uninstall
 | 
				
			||||||
MANAGE += pypi.upload pypi.upload.test
 | 
					 | 
				
			||||||
MANAGE += format.python
 | 
					MANAGE += format.python
 | 
				
			||||||
MANAGE += test.yamllint test.pylint test.pyright test.black test.pybabel test.unit test.coverage test.robot test.rst test.clean
 | 
					MANAGE += test.yamllint test.pylint test.pyright test.black test.pybabel test.unit test.coverage test.robot test.rst test.clean
 | 
				
			||||||
MANAGE += themes.all themes.simple themes.simple.test pygments.less
 | 
					MANAGE += themes.all themes.simple themes.simple.test pygments.less
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -292,7 +292,7 @@ content becomes smart.
 | 
				
			||||||
   files & folders origin     :origin:`docs/dev/reST.rst`        ``:origin:`docs/dev/reST.rst```
 | 
					   files & folders origin     :origin:`docs/dev/reST.rst`        ``:origin:`docs/dev/reST.rst```
 | 
				
			||||||
   pull request               :pull:`4`                          ``:pull:`4```
 | 
					   pull request               :pull:`4`                          ``:pull:`4```
 | 
				
			||||||
   patch                      :patch:`af2cae6`                   ``:patch:`af2cae6```
 | 
					   patch                      :patch:`af2cae6`                   ``:patch:`af2cae6```
 | 
				
			||||||
   PyPi package               :pypi:`searx`                      ``:pypi:`searx```
 | 
					   PyPi package               :pypi:`httpx`                      ``:pypi:`httpx```
 | 
				
			||||||
   manual page man            :man:`bash`                        ``:man:`bash```
 | 
					   manual page man            :man:`bash`                        ``:man:`bash```
 | 
				
			||||||
   intersphinx_
 | 
					   intersphinx_
 | 
				
			||||||
   --------------------------------------------------------------------------------------------------
 | 
					   --------------------------------------------------------------------------------------------------
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										15
									
								
								manage
									
										
									
									
									
								
							
							
						
						
									
										15
									
								
								manage
									
										
									
									
									
								
							| 
						 | 
					@ -109,8 +109,6 @@ pyenv.:
 | 
				
			||||||
  uninstall : uninstall developer installation
 | 
					  uninstall : uninstall developer installation
 | 
				
			||||||
  cmd ...   : run command ... in virtualenv
 | 
					  cmd ...   : run command ... in virtualenv
 | 
				
			||||||
  OK        : test if virtualenv is OK
 | 
					  OK        : test if virtualenv is OK
 | 
				
			||||||
pypi.upload:
 | 
					 | 
				
			||||||
  Upload python packages to PyPi (to test use pypi.upload.test)
 | 
					 | 
				
			||||||
format.:
 | 
					format.:
 | 
				
			||||||
  python    : format Python code source using black
 | 
					  python    : format Python code source using black
 | 
				
			||||||
pygments.:
 | 
					pygments.:
 | 
				
			||||||
| 
						 | 
					@ -334,19 +332,6 @@ pyenv.uninstall() {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
pypi.upload() {
 | 
					 | 
				
			||||||
    py.clean
 | 
					 | 
				
			||||||
    py.build
 | 
					 | 
				
			||||||
    # https://github.com/pypa/twine
 | 
					 | 
				
			||||||
    pyenv.cmd twine upload "${PYDIST}"/*
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
pypi.upload.test() {
 | 
					 | 
				
			||||||
    py.clean
 | 
					 | 
				
			||||||
    py.build
 | 
					 | 
				
			||||||
    pyenv.cmd twine upload -r testpypi "${PYDIST}"/*
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
format.python() {
 | 
					format.python() {
 | 
				
			||||||
    build_msg TEST "[format.python] black \$BLACK_TARGETS"
 | 
					    build_msg TEST "[format.python] black \$BLACK_TARGETS"
 | 
				
			||||||
    pyenv.cmd black "${BLACK_OPTIONS[@]}" "${BLACK_TARGETS[@]}"
 | 
					    pyenv.cmd black "${BLACK_OPTIONS[@]}" "${BLACK_TARGETS[@]}"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -5,7 +5,6 @@ black==22.12.0
 | 
				
			||||||
pylint==3.0.3
 | 
					pylint==3.0.3
 | 
				
			||||||
splinter==0.21.0
 | 
					splinter==0.21.0
 | 
				
			||||||
selenium==4.17.2
 | 
					selenium==4.17.2
 | 
				
			||||||
twine==4.0.2
 | 
					 | 
				
			||||||
Pallets-Sphinx-Themes==2.1.1
 | 
					Pallets-Sphinx-Themes==2.1.1
 | 
				
			||||||
Sphinx<=7.1.2; python_version == '3.8'
 | 
					Sphinx<=7.1.2; python_version == '3.8'
 | 
				
			||||||
Sphinx==7.2.6; python_version > '3.8'
 | 
					Sphinx==7.2.6; python_version > '3.8'
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue