Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
ZKAPAuthorizer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Administrator
ZKAPAuthorizer
Commits
1fda6891
Commit
1fda6891
authored
5 years ago
by
Jean-Paul Calderone
Browse files
Options
Downloads
Patches
Plain Diff
Bump to a version of privacypass which declares its milksnake dep correctly
parent
12c3fa76
No related branches found
Branches containing commit
No related tags found
1 merge request
!75
Add Python runtime requirements to setup.cfg
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
privacypass-repo.nix
+9
-7
9 additions, 7 deletions
privacypass-repo.nix
privacypass.nix
+2
-2
2 additions, 2 deletions
privacypass.nix
remove-setuptools-scm.patch
+2
-2
2 additions, 2 deletions
remove-setuptools-scm.patch
with
13 additions
and
11 deletions
privacypass-repo.nix
+
9
−
7
View file @
1fda6891
{
fetchFromGitHub
}:
let
fetchFromGitHub
{
pkgs
=
import
<
nixpkgs
>
{};
owner
=
"LeastAuthority"
;
in
repo
=
"privacypass"
;
pkgs
.
fetchFromGitHub
{
rev
=
"45855401e163f8e622bd93a5c5bce13de8c8510a"
;
owner
=
"LeastAuthority"
;
sha256
=
"sha256:15wv8vas6x8cdicylp0m632c916p7qxq1k4lnchr8c92lldp0rv7"
;
repo
=
"privacypass"
;
}
rev
=
"17ee180eda6dc9ff30d86b9666ee5c0d511434dc"
;
sha256
=
"0yz2pdm3q8z7cs0cl8aw3k6x6rb9zq088bvis3f6vaaidzd061h6"
;
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
privacypass.nix
+
2
−
2
View file @
1fda6891
{
fetchFromGitHub
,
callPackage
}:
{
callPackage
}:
let
let
src
=
import
./privacypass-repo.nix
{
inherit
fetchFromGitHub
;
}
;
src
=
import
./privacypass-repo.nix
;
privacypass
=
callPackage
"
${
src
}
"
{
};
privacypass
=
callPackage
"
${
src
}
"
{
};
in
in
privacypass
.
overrideAttrs
(
old
:
{
privacypass
.
overrideAttrs
(
old
:
{
...
...
This diff is collapsed.
Click to expand it.
remove-setuptools-scm.patch
+
2
−
2
View file @
1fda6891
diff --git a/setup.py b/setup.py
diff --git a/setup.py b/setup.py
index
70927ff..9bf414
d 100644
index
6da2d4d..32262d
d 100644
--- a/setup.py
--- a/setup.py
+++ b/setup.py
+++ b/setup.py
@@ -21,7 +21,7 @@
setup(
@@ -21,7 +21,7 @@
setup(
...
@@ -8,7 +8,7 @@ index 70927ff..9bf414d 100644
...
@@ -8,7 +8,7 @@ index 70927ff..9bf414d 100644
platforms='any',
platforms='any',
- setup_requires=['milksnake', 'setuptools_scm'],
- setup_requires=['milksnake', 'setuptools_scm'],
+ setup_requires=['milksnake'],
+ setup_requires=['milksnake'],
install_requires=[
'milksnake',
'cffi', 'attrs'],
install_requires=['cffi', 'attrs'],
extras_require={
extras_require={
"tests": [
"tests": [
@@ -29,7 +29,6 @@
setup(
@@ -29,7 +29,6 @@
setup(
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment